zentol commented on code in PR #22996:
URL: https://github.com/apache/flink/pull/22996#discussion_r1272141711


##########
flink-rpc/flink-rpc-akka/src/main/java/org/apache/flink/runtime/rpc/akka/AkkaUtils.java:
##########
@@ -137,7 +137,7 @@ public static Config getThreadPoolExecutorConfig(
         final int maxNumThreads = configuration.getMaxNumThreads();
 
         return new AkkaConfigBuilder()
-                .add("akka {")
+                .add("pekko {")
                 .add("  actor {")
                 .add("    default-dispatcher {")
                 .add("      type = 
org.apache.flink.runtime.rpc.akka.PriorityThreadsDispatcher")

Review Comment:
   fixed in another way



-- 
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]

Reply via email to