healchow commented on code in PR #4214:
URL: https://github.com/apache/incubator-inlong/pull/4214#discussion_r873390380


##########
inlong-manager/manager-dao/src/main/java/org/apache/inlong/manager/dao/entity/InlongStreamEntity.java:
##########
@@ -30,25 +30,24 @@ public class InlongStreamEntity implements Serializable {
 
     private static final long serialVersionUID = 1L;
     private Integer id;
-    private String inlongStreamId;
     private String inlongGroupId;
+    private String inlongStreamId;
     private String name;
     private String description;
-    private String mqResourceObj;
-    private String dataSourceType;
-    private Integer storagePeriod;
+    private String mqResource;

Review Comment:
   For Pulsar, Topic is composed of group and stream.



##########
inlong-manager/manager-dao/src/main/java/org/apache/inlong/manager/dao/entity/InlongStreamEntity.java:
##########
@@ -30,25 +30,24 @@ public class InlongStreamEntity implements Serializable {
 
     private static final long serialVersionUID = 1L;
     private Integer id;
-    private String inlongStreamId;
     private String inlongGroupId;
+    private String inlongStreamId;
     private String name;
     private String description;
-    private String mqResourceObj;
-    private String dataSourceType;
-    private Integer storagePeriod;
+    private String mqResource;

Review Comment:
   For Pulsar, the Topic is composed of group and stream.



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