clusters.json 502 B

123456789101112131415161718192021222324
  1. [
  2. {
  3. "id": "fake.cluster",
  4. "name": "fake.cluster",
  5. "defaultCluster": true,
  6. "status": "online",
  7. "brokerCount": 1,
  8. "onlinePartitionCount": 20,
  9. "topicCount": 2,
  10. "bytesInPerSec": 3201,
  11. "bytesOutPerSec": 4320
  12. },
  13. {
  14. "id": "kafka-ui.cluster",
  15. "name": "kafka-ui.cluster",
  16. "defaultCluster": false,
  17. "status": "offline",
  18. "brokerCount": 1,
  19. "onlinePartitionCount": 20,
  20. "topicCount": 2,
  21. "bytesInPerSec": 8341,
  22. "bytesOutPerSec": 10320
  23. }
  24. ]