jeffkbkim commented on code in PR #15446: URL: https://github.com/apache/kafka/pull/15446#discussion_r1507948503
########## group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupMetadataManager.java: ########## @@ -1830,6 +1832,64 @@ public void onLoaded() { }); } + // TODO: this part is done asynchronously in the old coordinator via a KafkaScheduler#schedule + /** Review Comment: would like to point out that the existing coordinator does this asynchronously -- 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