1 / 5
A consumer group will ___ partitions among its members.
-
-
-
-
A consumer group rebalances partitions. Rebalance is the precise Kafka collocation; the others are informal. So rebalance partitions.
2 / 5
The consumer must ___ its offset after processing each message.
-
-
-
-
A consumer commits its offset. Commit is the exact Kafka verb; the others do not fit. So commit its offset.
3 / 5
If processing fails, the consumer can ___ the offset to reprocess.
-
-
-
-
You reset the offset. Reset is the precise collocation; the others are informal. So reset the offset.
4 / 5
We should ___ consumer lag to ensure processing keeps up.
-
-
-
-
You monitor consumer lag. Monitor is the standard collocation; the others are vague. So monitor consumer lag.
5 / 5
Adding more consumers will ___ the throughput of the group.
-
-
-
-
You increase throughput. Increase is the precise collocation; the others are informal. So increase the throughput.