mahagen commented on code in PR #25644:
URL: https://github.com/apache/beam/pull/25644#discussion_r1134580067


##########
sdks/java/io/kafka/src/main/java/org/apache/beam/sdk/io/kafka/KafkaReadSchemaTransformConfiguration.java:
##########
@@ -56,24 +60,47 @@ public static Builder builder() {
   }
 
   /** Sets the bootstrap servers for the Kafka consumer. */
+  @SchemaFieldDescription(
+      "A list of host/port pairs to use for establishing the initial 
connection to the"
+          + " Kafka cluster. The client will make use of all servers 
irrespective of which servers are specified"
+          + " here for bootstrapping—this list only impacts the initial hosts 
used to discover the full set"

Review Comment:
   space before and after dash



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