shunping commented on code in PR #29546:
URL: https://github.com/apache/beam/pull/29546#discussion_r1416545631


##########
sdks/java/io/kafka/src/main/java/org/apache/beam/sdk/io/kafka/KafkaIO.java:
##########
@@ -739,6 +754,9 @@ abstract Builder<K, V> setValueDeserializerProvider(
 
       abstract Builder<K, V> setCheckStopReadingFn(@Nullable 
CheckStopReadingFn checkStopReadingFn);
 
+      abstract Builder<K, V> setBadRecordErrorHandler(
+          @Nullable ErrorHandler<BadRecord, ?> badRecordErrorHandler);

Review Comment:
   When will we ever put null in this parameter?



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