akalash commented on a change in pull request #17440: URL: https://github.com/apache/flink/pull/17440#discussion_r732608314
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/io/network/netty/NettyPartitionRequestClient.java ########## @@ -240,4 +244,57 @@ private void checkNotClosed() throws IOException { String.format("Channel to '%s' closed.", remoteAddr), localAddr); } } + + static class AddCreditMessage extends ClientOutboundMessage { Review comment: No any reason. All message class here can be private -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org