sjhajharia commented on code in PR #18671: URL: https://github.com/apache/kafka/pull/18671#discussion_r1932605133
########## clients/src/main/java/org/apache/kafka/clients/admin/ListShareGroupOffsetsResult.java: ########## @@ -37,7 +37,7 @@ public class ListShareGroupOffsetsResult { private final Map<String, KafkaFuture<Map<TopicPartition, Long>>> futures; - ListShareGroupOffsetsResult(final Map<CoordinatorKey, KafkaFuture<Map<TopicPartition, Long>>> futures) { + public ListShareGroupOffsetsResult(final Map<CoordinatorKey, KafkaFuture<Map<TopicPartition, Long>>> futures) { Review Comment: Makes sense. I have added a factory method for the same [here](https://github.com/apache/kafka/pull/18671/commits/330ecfc529c8348e9e82d9dfe8c28d6981a1e8e6). Pls review if that makes sense. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org