Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.3.2
-
None
Description
In practice, I found that when I configure a mirror checkpoint connector, because the source cluster has a large number of group or the number of group under a topic changes frequently, the connector will frequently rebalance between its tasks, although there is no change in the synchronized group list of the configuration.
I don't think connector should rebalance frequently in this case to affect group synchronization tasks without any group changes.
Attachments
Issue Links
- Blocked
-
KAFKA-14842 MirrorCheckpointTask can reduce the rpc calls of "listConsumerGroupOffsets(group)" of irrelevant groups at each poll
- Resolved
- relates to
-
KAFKA-17233 MirrorCheckpointConnector should use batched listConsumerGroupOffsets
- Resolved
- links to