nicoweidner commented on a change in pull request #16601:
URL: https://github.com/apache/flink/pull/16601#discussion_r677220133
##########
File path:
flink-rpc/flink-rpc-akka/src/test/java/org/apache/flink/runtime/rpc/akka/AkkaRpcActorTest.java
##########
@@ -87,7 +87,10 @@
@BeforeClass
public static void setup() {
- akkaRpcService = new TestingRpcService();
+ akkaRpcService =
+ new AkkaRpcService(
+ AkkaUtils.createLocalActorSystem(new Configuration()),
+ AkkaRpcServiceConfiguration.fromConfiguration(new
Configuration()));
Review comment:
nit: Could also use `AkkaRpcServiceConfiguration.defaultConfiguration()`
to make it more explicit
--
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]