TaiJuWu commented on code in PR #19068:
URL: https://github.com/apache/kafka/pull/19068#discussion_r1976533454


##########
clients/src/main/java/org/apache/kafka/server/quota/ClientQuotaCallback.java:
##########
@@ -24,6 +24,10 @@
 
 /**
  * Quota callback interface for brokers and controllers that enables 
customization of client quota computation.
+ * Implement {@link org.apache.kafka.common.metrics.Monitorable} to enable the 
interceptor to register metrics. 
+ * The following tags are automatically added to all metrics registered: 
+ * <code>config</code> set to <code>interceptor.classes</code>, and 
<code>class</code> set to the ConsumerInterceptor 

Review Comment:
   This doc is wrong.



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