XComp commented on a change in pull request #18536:
URL: https://github.com/apache/flink/pull/18536#discussion_r798520259
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/cleanup/DefaultResourceCleaner.java
##########
@@ -32,29 +34,37 @@
public class DefaultResourceCleaner implements ResourceCleaner {
Review comment:
Interesting approach. It definitely makes the public interface easier.
I'm still a bit puzzled about how the translation from the `TriFunction`
`FunctionalInterface` into the `BiFunction` `FunctionalInterface` works. But I
have to do some reading about it
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]