dockerzhang commented on code in PR #10005:
URL: https://github.com/apache/inlong/pull/10005#discussion_r1571862804
##########
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/cluster/kafka/KafkaClusterRequest.java:
##########
@@ -36,6 +38,10 @@
@ApiModel("Inlong cluster request for Kafka")
public class KafkaClusterRequest extends ClusterRequest {
+ @JsonProperty("bootstrap.servers")
+ @ApiModelProperty(value = "Kafka bootstrap servers' URL, is the 'url'
field of the cluster")
Review Comment:
```suggestion
@ApiModelProperty(value = "Kafka bootstrap servers' URL")
```
##########
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/cluster/kafka/KafkaClusterInfo.java:
##########
@@ -39,6 +41,10 @@
@ApiModel("Inlong cluster info for Kafka")
public class KafkaClusterInfo extends ClusterInfo {
+ @JsonProperty("bootstrap.servers")
+ @ApiModelProperty(value = "Kafka bootstrap servers' URL, is the 'url'
field of the cluster")
Review Comment:
```suggestion
@ApiModelProperty(value = "Kafka bootstrap servers' URL")
```
--
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]