healchow commented on a change in pull request #1818:
URL: https://github.com/apache/incubator-inlong/pull/1818#discussion_r753938303



##########
File path: 
inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/pojo/business/BusinessInfo.java
##########
@@ -52,12 +52,21 @@
     @ApiModelProperty(value = "Business description")
     private String description;
 
-    @ApiModelProperty(value = "Middleware type of data storage, high 
throughput: TUBE")
+    @ApiModelProperty(value = "Middleware type, high throughput: TUBE, high 
consistency: PULSAR")
     private String middlewareType;
 
     @ApiModelProperty(value = "MQ resource object, in business, Tube 
corresponds to Topic")
     private String mqResourceObj;
 
+    @ApiModelProperty(value = "Tube master URL")
+    private String tubeMaster;
+
+    @ApiModelProperty(value = "Pulsar admin URL")
+    private String pulsarAdmin;
+
+    @ApiModelProperty(value = "Pulsar service URL")
+    private String pulsarService;

Review comment:
       added.




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