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/19 12:56:06 UTC

[GitHub] [inlong] vernedeng commented on a diff in pull request #5132: [INLONG-5127][Manager] Rename second_xxx to backup_xxx in sort-standalone management interface

vernedeng commented on code in PR #5132:
URL: https://github.com/apache/inlong/pull/5132#discussion_r924467607


##########
inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/pojo/sortstandalone/SortSourceGroupInfo.java:
##########
@@ -29,8 +29,8 @@
 @Data
 public class SortSourceGroupInfo {
     private static final Logger LOGGER = LoggerFactory.getLogger(SortSourceGroupInfo.class);
-    private static final String KEY_SECOND_CLUSTER_TAG = "second_cluster_tag";
-    private static final String KEY_SECOND_TOPIC = "second_topic";
+    private static final String KEY_BACK_UP_CLUSTER_TAG = "back_up_cluster_tag";
+    private static final String KEY_BACK_UP_TOPIC = "back_up_topic";

Review Comment:
   fixed, thx



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