b89f152543ce0a461b0bdd3812550c50d483ea82
[policy/common.git] /
1 {
2     "topicSources" : [ {
3         "topic" : "ueb-source",
4         "servers" : [ "my-server" ],
5         "topicCommInfrastructure" : "ueb"
6     },{
7         "topic" : "POLICY-PDP-PAP1",
8         "servers" : [ "message-router1, message-router2" ],
9         "topicCommInfrastructure" : "dmaap"
10     },{
11         "topic" : "POLICY-PDP-PAP2",
12         "servers" : [ "message-router2, message-router3" ],
13         "topicCommInfrastructure" : "dmaap"
14     }],
15     "topicSinks" : [ {
16         "topic" : "ueb-sink",
17         "servers" : [ "my-server" ],
18         "topicCommInfrastructure" : "ueb"
19     },{
20         "topic" : "POLICY-PDP-PAP2",
21         "servers" : [ "message-router1, message-router2" ],
22         "topicCommInfrastructure" : "dmaap"
23     },{
24         "topic" : "POLICY-PDP-PAP3",
25         "servers" : [ "message-router2, message-router3" ],
26         "topicCommInfrastructure" : "dmaap",
27         "effectiveTopic":"effectiveTopic1",
28         "allowSelfSignedCerts":true
29     }]
30 }