Skip to content

Instantly share code, notes, and snippets.

View toddpalino's full-sized avatar

Todd Palino toddpalino

  • LinkedIn
  • California
View GitHub Profile
{
"error":false,
"message":"consumer group status returned",
"status":{
"cluster":"local",
"group":"kafkamirror_aggregate",
"status":"OK",
"complete":true,
"partitions":[]
}
{
"error": false,
"message": "consumer group status returned",
"status": {
"cluster": "local",
"group": "kafkamirror_aggregate",
"status": "WARN",
"complete": true,
"partitions": [
{
// Set up the Zookeeper lock for notification
appContext.NotifierLock = zk.NewLock(zkconn, appContext.Config.Zookeeper.LockPath, zk.WorldACL(zk.PermAll))