[
https://issues.apache.org/jira/browse/FLINK-3399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15167413#comment-15167413
]
ASF GitHub Bot commented on FLINK-3399:
---------------------------------------
Github user StephanEwen commented on the pull request:
https://github.com/apache/flink/pull/1636#issuecomment-188872638
Sorry for the late response, most people are fixing issues for the 1.0
release candidates.
This actually looks like a nice addition.
+1 for adding a small library/collection of typical triggers and patterns.
Let's merge this into master once the 1.0 release is out, to be released
with either 1.1.0 or 1.0.1.
> Count with timeout trigger
> --------------------------
>
> Key: FLINK-3399
> URL: https://issues.apache.org/jira/browse/FLINK-3399
> Project: Flink
> Issue Type: Improvement
> Reporter: Shikhar Bhushan
> Priority: Minor
>
> I created an implementation of a trigger that I'd like to contribute,
> https://gist.github.com/shikhar/2cb9f1b792be31b7c16e
> An example application - if a sink function operates more efficiently if it
> is writing in a batched fashion, then the windowing mechanism + this trigger
> can be used. Count to have an upper bound on batch size & better control on
> memory usage, and timeout to ensure timeliness of the outputs.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)