Flesh out DMaaP simulator
[policy/models.git] / models-interactions / model-simulators / src / test / resources / org / onap / policy / simulators / dmaap / TopicParameters.json
1 {
2     "topicSources": [
3         {
4             "topic": "MY-TOPIC",
5             "servers": [
6                 "localhost:${port}"
7             ],
8             "topicCommInfrastructure": "dmaap",
9             "fetchTimeout": 100
10         }
11     ],
12     "topicSinks": [
13         {
14             "topic": "MY-TOPIC",
15             "servers": [
16                 "localhost:${port}"
17             ],
18             "topicCommInfrastructure": "dmaap"
19         }
20     ]
21 }