Mukvin commented on code in PR #674:
URL: https://github.com/apache/geaflow/pull/674#discussion_r2533273454


##########
geaflow/geaflow-common/src/main/java/org/apache/geaflow/common/config/keys/ExecutionConfigKeys.java:
##########
@@ -638,4 +638,43 @@ public class ExecutionConfigKeys implements Serializable {
         .defaultValue(false)
         .description("if enable detail job metric");
 
+    // ------------------------------------------------------------------------
+    // cluster constants
+    // ------------------------------------------------------------------------
+
+    public static final ConfigKey CLUSTER_MASTER_PREFIX = ConfigKeys
+        .key("geaflow.cluster.master.prefix")
+        .defaultValue("master-")
+        .description("master name prefix");
+

Review Comment:
   It sounds reasonable, any prefix should remove too? I could do clean at one 
time. cc @kitalkuyo-gita 



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to