You are sending messages with keys to a topic. To increase throughput, you decide to increase the number of partitions of the topic. Select all that apply.
The latest changes and updates from the administration for this exam.
Latest Update: May 29 2026
All questions are working fine.
You are sending messages with keys to a topic. To increase throughput, you decide to increase the number of partitions of the topic. Select all that apply.
Select all that apply
A topic has three replicas and you set min.insync.replicas to 2. If two out of three replicas are not available, what happens when a consume request is sent to broker?
The rule "same key goes to the same partition" is true unless...
How will you find out all the partitions without a leader?
To read data from a topic, the following configuration is needed for the consumers
Which actions will trigger partition rebalance for a consumer group? (select three)
Select all that apply
A Zookeeper ensemble contains 5 servers. What is the maximum number of servers that can go missing and the ensemble still run?
You are building a consumer application that processes events from a Kafka topic. What is the most important metric to monitor to ensure real-time processing?
A producer just sent a message to the leader broker for a topic partition. The producer used acks=1 and therefore the data has not yet been replicated to followers. Under which conditions will the consumer see the message?
The kafka-console-consumer CLI, when used with the default options