Flesh out DMaaP simulator
[policy/models.git] / models-sim / models-sim-dmaap / src / test / resources / parameters / 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             "topic": "MY-TOPIC-B",
13             "servers": [
14                 "localhost:${port}"
15             ],
16             "topicCommInfrastructure": "dmaap",
17             "fetchTimeout": 100
18         }
19     ],
20     "topicSinks": [
21         {
22             "topic": "MY-TOPIC",
23             "servers": [
24                 "localhost:${port}"
25             ],
26             "topicCommInfrastructure": "dmaap"
27         },
28         {
29             "topic": "MY-TOPIC-B",
30             "servers": [
31                 "localhost:${port}"
32             ],
33             "topicCommInfrastructure": "dmaap"
34         }
35     ]
36 }