kennknowles commented on a change in pull request #16625:
URL: https://github.com/apache/beam/pull/16625#discussion_r793803248
##########
File path:
examples/java/src/main/java/org/apache/beam/examples/complete/kafkatopubsub/options/KafkaToPubsubOptions.java
##########
@@ -90,6 +91,7 @@
@Description(
"Additional kafka consumer configs to be applied to Kafka Consumer (e.g.
key1=value1;key2=value2).")
+ @Nullable
Review comment:
yes, I think this would be pretty easy in `PipelineOptionsFactory`. The
code there is not particularly well factored but this is probably a surgical
fix.
--
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]