FrankYang0529 commented on code in PR #19761: URL: https://github.com/apache/kafka/pull/19761#discussion_r2107245093
########## group-coordinator/src/main/java/org/apache/kafka/coordinator/group/modern/consumer/ConsumerGroup.java: ########## @@ -151,6 +152,8 @@ public String toLowerCaseString() { */ private final TimelineHashMap<String, ResolvedRegularExpression> resolvedRegularExpressions; + private final AtomicBoolean addSubscriptionMetadataTombstoneRecord = new AtomicBoolean(false); Review Comment: Thanks for the suggestion. I forgot to consider rollback case. -- 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