healchow commented on code in PR #7087: URL: https://github.com/apache/inlong/pull/7087#discussion_r1058734712
########## 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: Why `default=true`? -- 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: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org