Question 46
A consumer has auto.offset.reset=latest, and the topic partition currently has data for offsets going from 45 to
2311. The consumer group never committed offsets for the topic before. Where will the consumer read from?
2311. The consumer group never committed offsets for the topic before. Where will the consumer read from?
Question 47
You have a consumer group with default configuration settings reading messages from your Kafka cluster.
You want to optimize its throughput so the consumer group processes more messages in the same amount of time.
Which changes increase the consumption throughput?
You want to optimize its throughput so the consumer group processes more messages in the same amount of time.
Which changes increase the consumption throughput?
Question 48
You need to explain the best reason to implement the consumer callback interface ConsumerRebalanceListener prior to a Consumer Group Rebalance.
Which statement is correct?
Which statement is correct?
Question 49
How can you gracefully make a Kafka consumer to stop immediately polling data from Kafka and gracefully shut down a consumer application?
Question 50
What is accomplished by producing data to a topic with a message key?
