johnjcasey commented on code in PR #24964:
URL: https://github.com/apache/beam/pull/24964#discussion_r1066290860
##########
sdks/java/io/kafka/src/main/java/org/apache/beam/sdk/io/kafka/KafkaWriter.java:
##########
@@ -42,13 +42,16 @@
*/
class KafkaWriter<K, V> extends DoFn<ProducerRecord<K, V>, Void> {
+ protected transient @Nullable Callback callback;
Review Comment:
what is the motivation for a single callback?
--
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]