Question 1
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 2
What are the requirements for a Kafka broker to connect to a Zookeeper ensemble? (select two)
Question 3
If I produce to a topic that does not exist, and the broker setting auto.create.topic.enable=true, what will happen?
Question 4
Using the Confluent Schema Registry, where are Avro schema stored?
Question 5
When auto.create.topics.enable is set to true in Kafka configuration, what are the circumstances under which a Kafka broker automatically creates a topic? (select three)
