cmccabe commented on a change in pull request #9144:
URL: https://github.com/apache/kafka/pull/9144#discussion_r468842602



##########
File path: core/src/main/scala/kafka/network/RequestChannel.scala
##########
@@ -309,7 +309,10 @@ object RequestChannel extends Logging {
   }
 }
 
-class RequestChannel(val queueSize: Int, val metricNamePrefix : String, time: 
Time) extends KafkaMetricsGroup {
+class RequestChannel(val queueSize: Int,
+                     val metricNamePrefix : String,
+                     time: Time,
+                     val maybeFromControlPlane: Boolean) extends 
KafkaMetricsGroup {

Review comment:
       I think `fromPrivilegedListener` is clearest




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to