cmccabe commented on code in PR #16904:
URL: https://github.com/apache/kafka/pull/16904#discussion_r1733226661
##########
core/src/main/scala/kafka/server/ForwardingManager.scala:
##########
@@ -161,9 +178,13 @@ class ForwardingManagerImpl(
}
}
+ forwardingManagerMetrics.queueLength.getAndIncrement()
channelManager.sendRequest(envelopeRequest, new ForwardingResponseHandler)
}
+ override def close(): Unit =
Review Comment:
ok
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]