rondagostino commented on code in PR #12856: URL: https://github.com/apache/kafka/pull/12856#discussion_r1023302354
########## core/src/main/scala/kafka/server/BrokerToControllerChannelManager.scala: ########## @@ -211,7 +235,7 @@ class BrokerToControllerChannelManagerImpl( 50, Selectable.USE_DEFAULT_BUFFER_SIZE, Selectable.USE_DEFAULT_BUFFER_SIZE, - config.requestTimeoutMs, + networkClientRetryTimeoutMs, Review Comment: This change is cosmetic only -- the value is never used by this code as currently implemented. -- 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