How will you find out all the partitions without a leader?
A kafka topic has a replication factor of 3 and min.insync.replicas setting of 2. How many brokers can go down before a producer with acks=all can't produce?
A consumer is configured with enable.auto.commit=false. What happens when close() is called on the consumer object?
Which of the following is true regarding thread safety in the Java Kafka Clients?
The exactly once guarantee in the Kafka Streams is for which flow of data?