machi1990 commented on code in PR #13665: URL: https://github.com/apache/kafka/pull/13665#discussion_r1198621580
########## clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinator.java: ########## @@ -222,6 +225,7 @@ public ConsumerCoordinator(GroupRebalanceConfig rebalanceConfig, } this.metadata.requestUpdate(); + this.partitionOffsetsCache = new ConcurrentHashMap<>(); Review Comment: I'll double check this and move to using a simple HashMap if doable, thanks for calling it out! -- 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