Advertisement
Guest User

Untitled

a guest
Jun 30th, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. {
  2. "error": false,
  3. "message": "consumer group status returned",
  4. "status": {
  5. "cluster": "local",
  6. "group": "kafkamirror_aggregate",
  7. "status": "WARN",
  8. "complete": true,
  9. "partitions": [
  10. {
  11. "topic": "very_busy_topic",
  12. "status": "WARN",
  13. "partition": 1,
  14. "start": {
  15. "timestamp": 1433033218951,
  16. "lag": 248314281,
  17. "offset": 3030812219
  18. },
  19. "end": {
  20. "timestamp": 1433033758950,
  21. "lag": 251163129,
  22. "offset": 3035669403
  23. }
  24. }
  25. ]
  26. }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement