Question 26
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 produce request with acks=all is sent to broker?
Question 27
What are the requirements for a Kafka broker to connect to a Zookeeper ensemble? (select two)
Question 28
You are doing complex calculations using a machine learning framework on records fetched from a Kafka topic. It takes more about 6 minutes to process a record batch, and the consumer enters rebalances even though it's still running. How can you improve this scenario?
Question 29
How do you create a topic named test with 3 partitions and 3 replicas using the Kafka CLI?
Question 30
To transform data from a Kafka topic to another one, I should use