Greg Harris created KAFKA-17233: ----------------------------------- Summary: MirrorCheckpointConnector should use batched listConsumerGroupOffsets Key: KAFKA-17233 URL: https://issues.apache.org/jira/browse/KAFKA-17233 Project: Kafka Issue Type: Bug Components: mirrormaker Affects Versions: 3.9.0 Reporter: Greg Harris
The AdminClient provides us a single-group listConsumerGroupOffsets, and a batched listConsumerGroupOffsets. Because we are potentially requesting the offsets for hundreds or thousands of groups, serially requesting all of the offsets may be very slow. -- This message was sent by Atlassian Jira (v8.20.10#820010)