stankiewicz commented on code in PR #37648:
URL: https://github.com/apache/beam/pull/37648#discussion_r2829196974
##########
sdks/java/io/kafka/src/main/java/org/apache/beam/sdk/io/kafka/KafkaExactlyOnceSink.java:
##########
@@ -176,13 +180,27 @@ public PCollection<Void>
expand(PCollection<ProducerRecord<K, V>> input) {
return input
.apply(
Window.<ProducerRecord<K, V>>into(new GlobalWindows()) //
Everything into global window.
-
.triggering(Repeatedly.forever(AfterPane.elementCountAtLeast(1)))
+ .triggering(
Review Comment:
Ack, will keep the default behaviour and introduce new triggering when
options are set.
--
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]