Code Review
/
policy
/
common.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
4eeacc6d418dacd01a2f5b7e73906fde7a12de8e
[policy/common.git]
/
1
{
2
"servers" : [ "svra", "svrb" ],
3
"topic" : "my-topic",
4
"recentEvents" : [ ],
5
"alive" : false,
6
"locked" : false,
7
"apiKey" : "my-api-key",
8
"apiSecret" : "my-api-secret",
9
"useHttps" : true,
10
"allowSelfSignedCerts" : true,
11
"consumerGroup" : "my-cons-group",
12
"consumerInstance" : "my-cons-inst",
13
"fetchTimeout" : 101,
14
"fetchLimit" : 100,
15
"topicCommInfrastructure" : "UEB"
16
}