jolshan commented on code in PR #13463: URL: https://github.com/apache/kafka/pull/13463#discussion_r1153507418
########## core/src/main/scala/kafka/common/InterBrokerSendThread.scala: ########## @@ -156,6 +162,13 @@ abstract class InterBrokerSendThread( def wakeup(): Unit = networkClient.wakeup() } +abstract class InterBrokerRequestManager(interBrokerSendThread: InterBrokerSendThread) { Review Comment: Sure -- that makes sense. -- 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