13ee6bc61f630ad8fc9bafe0500c2bff0480b495
[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   "allowTracing": true,
12   "allowSelfSignedCerts" : true,
13   "consumerGroup" : "my-cons-group",
14   "consumerInstance" : "my-cons-inst",
15   "fetchTimeout" : 101,
16   "fetchLimit" : 100,
17   "topicCommInfrastructure" : "UEB"
18 }