11.) Which setting ensures producers retry sending failed messages?
12.) Which open-source dashboard is often used with Kafka and Prometheus?
13.) Which property controls the maximum message size in Kafka?
14.) To test latency in Kafka, which metric should be monitored?
15.) What is the recommended number of partitions for high-throughput Kafka topics?
16.) In production, how can you handle Kafka broker failure gracefully?
17.) Which CLI command shows Kafka topic details like partition and ISR status?
18.) What ensures atomic writes to Kafka topics?
19.) What is a good retention policy for a testing Kafka topic?
20.) What does acks=0 mean in producer config?