[
https://issues.apache.org/jira/browse/BEAM-6739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17547596#comment-17547596
]
Kenneth Knowles commented on BEAM-6739:
---------------------------------------
This issue has been migrated to https://github.com/apache/beam/issues/19333
> Deafult withAllowedLateness() for triggering when not using GlobalWindows
> -------------------------------------------------------------------------
>
> Key: BEAM-6739
> URL: https://issues.apache.org/jira/browse/BEAM-6739
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-core
> Reporter: Aditya Guru
> Priority: P3
> Labels: Clarified
>
> ERROR:
> Exception in thread "main" java.lang.IllegalArgumentException: Except when
> using GlobalWindows, calling .triggering() to specify a trigger requires that
> the allowed lateness be specified using .withAllowedLateness() to set the
> upper bound on how late data can arrive before being dropped.
> I guess it would be good to have a default behavior for such cases. I would
> suggest withAllowedLateness(Duration.ZERO)
--
This message was sent by Atlassian Jira
(v8.20.7#820007)