woofyzhao commented on code in PR #7087:
URL: https://github.com/apache/inlong/pull/7087#discussion_r1058770229
##########
inlong-dataproxy/dataproxy-source/src/main/java/org/apache/inlong/dataproxy/heartbeat/HeartbeatManager.java:
##########
@@ -56,6 +56,7 @@ public class HeartbeatManager implements
AbstractHeartbeatManager {
public static final String DEFAULT_CLUSTER_TAG = "default_cluster";
public static final String DEFAULT_CLUSTER_NAME = "default_dataproxy";
+ public static final String DEFAULT_CLUSTER_EXT_TAG = "default=true";
Review Comment:
k=v is the format for extTag
this default value is also used at manager
--
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]