jolshan commented on code in PR #13391: URL: https://github.com/apache/kafka/pull/13391#discussion_r1162109668
########## core/src/main/scala/kafka/network/RequestChannel.scala: ########## @@ -354,6 +361,7 @@ class RequestChannel(val queueSize: Int, private val processors = new ConcurrentHashMap[Int, Processor]() val requestQueueSizeMetricName = metricNamePrefix.concat(RequestQueueSizeMetric) val responseQueueSizeMetricName = metricNamePrefix.concat(ResponseQueueSizeMetric) + private val callbackQueue = new ArrayBlockingQueue[BaseRequest](queueSize) Review Comment: Let's do in a separate PR. -- 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