dajac commented on code in PR #17982: URL: https://github.com/apache/kafka/pull/17982#discussion_r1863547223
########## group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupCoordinatorConfig.java: ########## @@ -367,6 +383,26 @@ public GroupCoordinatorConfig(AbstractConfig config) { SHARE_GROUP_HEARTBEAT_INTERVAL_MS_CONFIG, SHARE_GROUP_SESSION_TIMEOUT_MS_CONFIG)); } + @SuppressWarnings("unchecked") + private static List<ConsumerGroupPartitionAssignor> consumerGroupAssignors( + AbstractConfig config + ) { + // In unit tests, it is pretty convenient to have the ability to pass instantiated Review Comment: I just pushed a change. Let me know what you think. -- 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