You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/07/08 04:30:15 UTC

[GitHub] [inlong] healchow commented on a diff in pull request #4938: [INLONG-4937][Manager] One inlong group id can transform data across two cluster tags

healchow commented on code in PR #4938:
URL: https://github.com/apache/inlong/pull/4938#discussion_r916453444


##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/repository/DataProxyConfigRepository.java:
##########
@@ -56,11 +56,15 @@
 @Repository(value = "dataProxyConfigRepository")
 public class DataProxyConfigRepository implements IRepository {
 
+    private static final Logger LOGGER = LoggerFactory.getLogger(DataProxyConfigRepository.class);
+
+    private static final String KEY_SECOND_CLUSTER_TAG = "second_cluster_tag";

Review Comment:
   Maybe using 'backup' is better than 'second'?



-- 
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-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org