jolshan commented on code in PR #14387: URL: https://github.com/apache/kafka/pull/14387#discussion_r1379389203
########## group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupCoordinatorShard.java: ########## @@ -121,6 +126,20 @@ public CoordinatorShardBuilder<GroupCoordinatorShard, Record> withTimer( return this; } + @Override + public CoordinatorShardBuilder<GroupCoordinatorShard, Record> withCoordinatorMetrics( + CoordinatorMetrics coordinatorMetrics + ) { + this.coordinatorMetrics = coordinatorMetrics; + return this; + } + + @Override Review Comment: for my understanding, this topic partition is only used for metrics tagging? -- 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