Q8 Single choice Mark for later How will you find out all the partitions without a leader? A kafka-topics.sh --broker-list localhost:9092 --describe --under-replicated-partitions B kafka-topics.sh --bootstrap-server localhost:2181 --describe --unavailable-partitions C kafka-topics.sh --zookeeper localhost:2181 --describe --unavailable-partitions D kafka-topics.sh --zookeeper localhost:2181 --describe --under-replicated-partitions Correct answer