07aa916ac86b29bda67cbc644678af9ce7dde6b2
[policy/common.git] /
1 {
2   "servers" : [ "svra", "svrb" ],
3   "topic" : "my-topic",
4   "effectiveTopic" : "my-effective-topic",
5   "recentEvents" : [ ],
6   "alive" : false,
7   "locked" : false,
8   "apiKey" : "my-api-key",
9   "apiSecret" : "my-api-secret",
10   "useHttps" : true,
11   "allowSelfSignedCerts" : true,
12   "consumerGroup" : "my-cons-group",
13   "consumerInstance" : "my-cons-inst",
14   "fetchTimeout" : 101,
15   "fetchLimit" : 100,
16   "topicCommInfrastructure" : "DMAAP"
17 }