Skip to content
This repository has been archived by the owner on Aug 26, 2020. It is now read-only.

Commit

Permalink
update server.json.sample
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li committed Jul 3, 2018
1 parent b09c5b9 commit bac9e4f
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions config/server.json.sample
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@
"clientId": "burrowx-lagchecker",
"groupBlacklist": "^(console-consumer-|python-kafka-consumer-).*$",

"topicFilter" : "*",

"@desc" : "topic filter regexes, separate by `,`, could be .* or empty string",
"topicFilter" : ".*",

"@desc" : "client infos, such as tls",
"clientProfile" : {
"some_key" : {
"clientId" : "xxxx",
"tls" : "xxx",
"tlsNoverify" : "xxxx",
"clientId" : "some_client_id",
"tls" : false,
"tlsNoverify" : false,
"tlsCertfilepath" : "xxxx",
"tlsKeyfilepath" : "xxx",
"tlsCafilepath" : "xxxx"
Expand All @@ -28,6 +31,8 @@
"brokers": "localhost:9092",
"zookeepers": "localhost:2181",
"offsetsTopic": "__consumer_offsets",

"@desc" : "client info key to client infos",
"clientProfile": ""
}
},
Expand Down

0 comments on commit bac9e4f

Please sign in to comment.