FrankYang0529 commented on PR #19796: URL: https://github.com/apache/kafka/pull/19796#issuecomment-2938154649
@AndrewJSchofield I tried to add an integration test. However, the `GroupMetadataManager` doesn't support to use other assignors. Currently, there is no usage of `withShareGroupAssignor` in production code, so it can only use `SimpleAssignor`. The consumer group uses `group.consumer.assignors` to define assignors. Do we want to add a new config `group.share.assignors` for share group? I can add this in the next PR. Thanks. https://github.com/apache/kafka/blob/b1ea280ab1012e857d4c8354fc57951f9c88f667/group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupMetadataManager.java#L351-L354 https://github.com/apache/kafka/blob/b1ea280ab1012e857d4c8354fc57951f9c88f667/group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupMetadataManager.java#L374-L375 -- 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