squah-confluent commented on code in PR #20288: URL: https://github.com/apache/kafka/pull/20288#discussion_r2249317333
########## group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupMetadataManager.java: ########## @@ -833,19 +833,28 @@ ConsumerGroup getOrMaybeCreateConsumerGroup( * Gets or creates a streams group without updating the groups map. * The group will be materialized during the replay. * + * If there is an empty classic consumer group of the same name, it will be deleted and a new streams + * group. Review Comment: Copilot's first comment looks correct, we're missing a word here. ```suggestion * If there is an empty classic consumer group of the same name, it will be deleted and a new streams * group wil be created. ``` -- 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