dajac commented on code in PR #18020:
URL: https://github.com/apache/kafka/pull/18020#discussion_r1870872884


##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/modern/ModernGroup.java:
##########
@@ -82,7 +81,7 @@ public static class DeadlineAndEpoch {
     /**
      * The number of subscribers or regular expressions per topic.
      */
-    protected final TimelineHashMap<String, Integer> subscribedTopicNames;
+    protected final TimelineHashMap<String, SubscriptionCount> 
subscribedTopicNames;

Review Comment:
   I changed how we bookkeep the subscription count to differentiate regex subs 
and names subs.



-- 
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

Reply via email to