Healthy Kafka Cluster — Zero Under Replicated Partition
Healthy Kafka Cluster
Get the under-replicated-partitions
docker run --net=host --rm confluentinc/cp-kafka:4.0.0 kafka-topics --zookeeper 192.31.1.1:22181 --describe --under-replicated-partitions
Output
Topic: country Partition: 0 Leader: 1 ...
jinnabalu.hashnode.dev1 min read