aiquestion commented on code in PR #12349: URL: https://github.com/apache/kafka/pull/12349#discussion_r924600012
########## clients/src/test/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinatorTest.java: ########## @@ -1251,6 +1252,83 @@ public void testForceMetadataRefreshForPatternSubscriptionDuringRebalance() { assertFalse(coordinator.rejoinNeededOrPending()); } + @Test + public void testPatternSubscribeAndRejoinGroupAfterTopicDelete() { Review Comment: Actually i wrote it to show the behavior of [KAFKA-13310](https://issues.apache.org/jira/browse/KAFKA-13310) case after this change. It's not a case i want to protect from being changed, i think i can delete it. -- 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