Confluent
CCDAK · Question #105
Two consumers share the same group.id (consumer group id). Each consumer will
The correct answer is B. Read all the data on mutual exclusive partitions. Each consumer is assigned a different partition of the topic to consume.
Developing Kafka Consumers
Question
Two consumers share the same group.id (consumer group id). Each consumer will
Options
- ARead mutually exclusive offsets blocks on all the partitions
- BRead all the data on mutual exclusive partitions
- CRead all data from all partitions
How the community answered
(20 responses)- A5% (1)
- B95% (19)
Explanation
Each consumer is assigned a different partition of the topic to consume.
Topics
#consumer group#partition assignment#group.id#mutual exclusion
Community Discussion
No community discussion yet for this question.