Github user NicoK commented on a diff in the pull request: https://github.com/apache/flink/pull/4533#discussion_r154336638 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/io/network/netty/PartitionRequestClient.java --- @@ -167,6 +167,13 @@ public void operationComplete(ChannelFuture future) throws Exception { }); } + public void notifyCreditAvailable(RemoteInputChannel inputChannel) { --- End diff -- this may be package-private
---