rondagostino commented on code in PR #12856:
URL: https://github.com/apache/kafka/pull/12856#discussion_r1023316404


##########
core/src/main/scala/kafka/server/KafkaServer.scala:
##########
@@ -283,7 +283,8 @@ class KafkaServer(
           config = config,
           channelName = "forwarding",
           threadNamePrefix = threadNamePrefix,
-          retryTimeoutMs = config.requestTimeoutMs.longValue
+          networkClientRetryTimeoutMs = config.controllerSocketTimeoutMs,

Review Comment:
   Pass `networkClientRetryTimeoutMs = config.controllerSocketTimeoutMs` for 
there to be no behavioral change.



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

Reply via email to