dajac commented on code in PR #13787: URL: https://github.com/apache/kafka/pull/13787#discussion_r1255778900
########## server-common/src/main/java/org/apache/kafka/server/util/InterBrokerSendThread.java: ########## @@ -118,6 +118,11 @@ protected void pollOnce(long maxTimeoutMs) { // DisconnectException is expected when NetworkClient#initiateClose is called return; } + Review Comment: nit: Should we remove this empty line as we have no others in this code? -- 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