hachikuji commented on a change in pull request #11449: URL: https://github.com/apache/kafka/pull/11449#discussion_r745071482
########## File path: clients/src/main/java/org/apache/kafka/clients/NetworkClient.java ########## @@ -923,7 +930,7 @@ private void handleApiVersionsResponse(List<ClientResponse> responses, private void handleDisconnections(List<ClientResponse> responses, long now) { for (Map.Entry<String, ChannelState> entry : this.selector.disconnected().entrySet()) { String node = entry.getKey(); - log.debug("Node {} disconnected.", node); + log.info("Node {} disconnected.", node); Review comment: I agree there is room for consolidation, but I was trying to avoid refactoring here. Could we consider this separately? -- 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