tillrohrmann commented on a change in pull request #17485: URL: https://github.com/apache/flink/pull/17485#discussion_r791532138
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/util/ZooKeeperUtils.java ########## @@ -555,6 +668,10 @@ public static String generateZookeeperPath(String root, String child) { return result; } + public static String makeZooKeeperPath(String path) { Review comment: True, I will change 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org