ba1f4806f2bfaf2251644709aa9678a49c650d42
[policy/models.git] /
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 }