Skip to content

Instantly share code, notes, and snippets.

@toddpalino
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toddpalino/552634d679b59a6e2793 to your computer and use it in GitHub Desktop.
Save toddpalino/552634d679b59a6e2793 to your computer and use it in GitHub Desktop.
{
"error": false,
"message": "consumer group status returned",
"status": {
"cluster": "local",
"group": "kafkamirror_aggregate",
"status": "WARN",
"complete": true,
"partitions": [
{
"topic": "very_busy_topic",
"status": "WARN",
"partition": 1,
"start": {
"timestamp": 1433033218951,
"lag": 248314281,
"offset": 3030812219
},
"end": {
"timestamp": 1433033758950,
"lag": 251163129,
"offset": 3035669403
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment