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/10/19 11:39:18 UTC

[GitHub] [inlong] healchow commented on a diff in pull request #6200: [INLONG-6103][Manager] Support update and save cluster switch info

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


##########
inlong-manager/manager-dao/src/main/java/org/apache/inlong/manager/dao/entity/InlongGroupEntity.java:
##########
@@ -35,6 +35,7 @@ public class InlongGroupEntity implements Serializable {
     private String description;
     private String mqType;
     private String mqResource;
+    private String backupMqResource;

Review Comment:
   It is not recommended to add special backup configurations.
   
   You can put them in the ext_params field, or put them in the inlong_group_ext table.



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