jolshan commented on code in PR #13078:
URL: https://github.com/apache/kafka/pull/13078#discussion_r1066058489


##########
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 guess if we want to be really pedantic -- the producer IDs here are for 
idempotent producers, its just that transactions require idempotent producers. 
Transactional IDs are not stored here, so the original comment could also be a 
bit confusing. 
   
   If we want to say transactional and idempotent producers create producer IDs 
after the original sentence we can do that.



-- 
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

Reply via email to