Kafka Troubleshooting Notes
Something Wrong With One Broker in a Cluster Problem Consumer connected to a broker but not receiving messages. Looking at various topics, broker 0 is marked as an out of sync replica, e.g.: ./kafka-topics.sh –describe my-topic –zookeeper myzk:2181/kafka Topic: my-topic Partition: 6 Leader: 4 Replicas: 0,4,1 Isr: 4,1 … Topic: __consumer_offsets Partition: 1 Leader: 2 […]