Practise the standard verbs for handling Kafka consumer group rebalances.
0 / 5 completed
1 / 5
Fill in: 'We ___ a cooperative sticky assignor so a rebalance reassigns only the partitions that actually need to move.'
We 'use' an assignor — the standard, simple collocation for adopting a partition assignment strategy. The other options are less idiomatic here.
2 / 5
Fill in: 'A long-running message handler that exceeds the session timeout can ___ the consumer group rebalancing constantly.'
We say a slow handler will 'trigger' rebalancing — the standard collocation for the resulting behaviour. The other options aren't idiomatic here.
3 / 5
Fill in: 'We ___ the max poll interval generously for slow batch processing so the broker doesn't assume the consumer is dead.'
We 'increase' an interval — the standard, simple collocation for raising a configured timing value. The other options are less idiomatic here.
4 / 5
Fill in: 'We ___ rebalance events in the consumer logs so a spike in group churn is visible before it starts hurting throughput.'
We 'log' an event — the standard, simple collocation for recording an occurrence for later inspection. The other options are less idiomatic here.
5 / 5
Fill in: 'We ___ offsets before a rebalance completes so no partition is left processed twice or skipped once ownership shifts.'
We 'commit offsets' — the standard, established Kafka collocation for persisting a consumer's read position. The other options aren't the recognised term here.