jolshan commented on code in PR #13078: URL: https://github.com/apache/kafka/pull/13078#discussion_r1064952018
########## docs/ops.html: ########## @@ -1604,6 +1604,11 @@ <h4 class="anchor-heading"><a id="remote_jmx" class="anchor-link"></a><a href="# <td>kafka.server:type=ReplicaManager,name=AtMinIsrPartitionCount</td> <td>0</td> </tr> + <tr> + <td>Producer Id counts</td> + <td>kafka.server:type=ReplicaManager,name=ProducerIdCount</td> + <td>Count of all producer ids for each replica on the broker.</td> Review Comment: I think what is written here is fine. If we want to change the wording to "in" instead of "for" that may slightly improve the meaning. Active here is a bit subjective, since producer IDs may be inactive but not expired yet :) -- 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