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 2021/11/22 04:31:54 UTC

[GitHub] [incubator-inlong] healchow commented on a change in pull request #1818: [INLONG-1753][Feature][InLong-Manager] Add basic management APIs for Pulsar

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



##########
File path: inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/pojo/business/BusinessApproveInfo.java
##########
@@ -43,4 +43,34 @@
     @ApiModelProperty(value = "Data type name")
     private String schemaName;
 
+    @ApiModelProperty(value = "The partition num of Pulsar topic, between 1-20")
+    private Integer topicPartitionNum;
+
+    @ApiModelProperty(value = "Leader's number of writable nodes")

Review comment:
       fixed.




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