davidradl commented on code in PR #27784:
URL: https://github.com/apache/flink/pull/27784#discussion_r2982204869


##########
flink-rpc/flink-rpc-akka/src/main/java/org/apache/flink/runtime/rpc/pekko/ActorSystemBootstrapTools.java:
##########
@@ -241,6 +244,20 @@ public static ActorSystem startLocalActorSystem(
         }
     }
 
+    /**
+     * Converts the given Pekko {@link Config} into a flattened {@link Map}.
+     *
+     * @param config The Pekko configuration
+     * @return A map of configuration keys to string values
+     */
+    private static Map<String, String> toMap(Config config) {

Review Comment:
   I wonder if we could have the  ConfigurationUtils.hideSensitiveValues in 
this method , then you could add a unit test to ensure the config comes out as 
expected. 



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