Flesh out DMaaP simulator
[policy/models.git] / models-interactions / model-simulators / src / test / resources / org / onap / policy / simulators / dmaap / TopicParameters.json
diff --git a/models-interactions/model-simulators/src/test/resources/org/onap/policy/simulators/dmaap/TopicParameters.json b/models-interactions/model-simulators/src/test/resources/org/onap/policy/simulators/dmaap/TopicParameters.json
new file mode 100644 (file)
index 0000000..ba1f480
--- /dev/null
@@ -0,0 +1,21 @@
+{
+    "topicSources": [
+        {
+            "topic": "MY-TOPIC",
+            "servers": [
+                "localhost:${port}"
+            ],
+            "topicCommInfrastructure": "dmaap",
+            "fetchTimeout": 100
+        }
+    ],
+    "topicSinks": [
+        {
+            "topic": "MY-TOPIC",
+            "servers": [
+                "localhost:${port}"
+            ],
+            "topicCommInfrastructure": "dmaap"
+        }
+    ]
+}
\ No newline at end of file