mimaison commented on PR #12350: URL: https://github.com/apache/kafka/pull/12350#issuecomment-1217879782
@Justinwins Have you actually seen this exception in practice? `idleConsumerGroupsOffset` is used by 2 threads, one reader and one writer. The thread reading it, `syncGroupOffset`, does not iterate the map and only does lookups. -- 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