smjn opened a new pull request, #18962: URL: https://github.com/apache/kafka/pull/18962
* Due to recent changes in the group count metrics are initialized and updated, the current share group count code has become obsolete as well as non-functional. * The update method for the share-group-count which should be called from `ShareGroup` cannot be called either. This is because the constructor has been changed to NOT accept the `GroupCoordinatorShardMetrics` ref. * In this PR, we remedy the situation by bringing share-group-count code at par with consumer and streams groups. Ref: KAFKA-18655: Implement the consumer group size counter with scheduled task (#18717)  -- 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