woofyzhao commented on code in PR #5389:
URL: https://github.com/apache/inlong/pull/5389#discussion_r946700568
##########
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/group/InlongGroupTopicInfo.java:
##########
@@ -53,4 +53,7 @@ public class InlongGroupTopicInfo {
@ApiModelProperty(value = "Pulsar admin URL")
private String pulsarAdminUrl;
+ @ApiModelProperty(value = "Pulsar admin URL")
+ private String kafkaBootStrapServers;
Review Comment:
I think it's kafkaBootstrapServers
--
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]