jolshan commented on code in PR #13112: URL: https://github.com/apache/kafka/pull/13112#discussion_r1072839205
########## core/src/main/scala/kafka/coordinator/group/GroupCoordinatorAdapter.scala: ########## @@ -511,4 +532,57 @@ class GroupCoordinatorAdapter( future } + + override def partitionFor(groupId: String): Int = { Review Comment: Curious about these overrides -- did the defaults not work and it was ok before because we were only using the adapter and not using it as the group coordinator? -- 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