ggbocoder commented on code in PR #6538:
URL: https://github.com/apache/incubator-seata/pull/6538#discussion_r1694276469
##########
common/src/main/java/org/apache/seata/common/NamingServerConstants.java:
##########
@@ -46,4 +46,24 @@ public interface NamingServerConstants {
* The constant IP_PORT_SPLIT_CHAR
*/
String IP_PORT_SPLIT_CHAR = ":";
+
+ /**
+ * The constant DEFAULT_VGROUP_MAPPING
+ */
+ String DEFAULT_VGROUP_MAPPING = "vgroup_table";
+
+ /**
+ * The constant NAMESPACE_KEY
+ */
+ String NAMESPACE_KEY = "seata.registry.namingserver.namespace";
+
+ /**
+ * The constant CLUSTER_NAME_KEY
+ */
+ String CLUSTER_NAME_KEY = "seata.registry.namingserver.cluster";
Review Comment:
done
##########
common/src/main/java/org/apache/seata/common/NamingServerConstants.java:
##########
@@ -46,4 +46,24 @@ public interface NamingServerConstants {
* The constant IP_PORT_SPLIT_CHAR
*/
String IP_PORT_SPLIT_CHAR = ":";
+
+ /**
+ * The constant DEFAULT_VGROUP_MAPPING
+ */
+ String DEFAULT_VGROUP_MAPPING = "vgroup_table";
+
+ /**
+ * The constant NAMESPACE_KEY
+ */
+ String NAMESPACE_KEY = "seata.registry.namingserver.namespace";
Review Comment:
done
--
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]