mahagen commented on code in PR #25644:
URL: https://github.com/apache/beam/pull/25644#discussion_r1134586716
##########
sdks/java/io/kafka/src/main/java/org/apache/beam/sdk/io/kafka/KafkaWriteSchemaTransformProvider.java:
##########
@@ -139,12 +142,25 @@ public PCollectionRowTuple expand(PCollectionRowTuple
input) {
@AutoValue
@DefaultSchema(AutoValueSchema.class)
public abstract static class KafkaWriteSchemaTransformConfiguration
implements Serializable {
+ @SchemaFieldDescription(
+ "The encoding format for the data stored in Kafka. Valid options are: "
+ + SUPPORTED_FORMATS_STR)
public abstract String getFormat();
public abstract String getTopic();
+ @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 around the 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]