Guest User

Untitled

a guest
Feb 24th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. kafka":{
  2. "status":"DOWN",
  3. "details":{
  4. "clusterId":"wpAKGc_DQBWy9YfPTLNctQ",
  5. "brokerId":"0",
  6. "nodes":1
  7. }
  8. }
  9.  
  10. Status status = nodes >= replicationFactor ? Status.UP : Status.DOWN;
  11.  
  12. offsets.topic.replication.factor=1
  13. transaction.state.log.replication.factor=1
  14. transaction.state.log.min.isr=1
  15.  
  16. management.health.kafka.enabled=false
Add Comment
Please, Sign In to add comment