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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to