tillrohrmann commented on a change in pull request #14359:
URL: https://github.com/apache/flink/pull/14359#discussion_r540908353
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/rpc/akka/AkkaRpcActorTest.java
##########
@@ -515,6 +542,29 @@ public void setFoobar(int value) {
//
------------------------------------------------------------------------
+ interface NullRespondingGateway extends DummyRpcGateway {
Review comment:
Would also be possible but I didn't want to implement `Integer
synchronousFoobar()` for the `DummyRpcEndpoint`. Hence, I opted for a new
interface.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]