You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2016/02/29 22:04:18 UTC

[jira] [Created] (FLINK-3549) Make streaming examples more streaming

Stephan Ewen created FLINK-3549:
-----------------------------------

             Summary: Make streaming examples more streaming
                 Key: FLINK-3549
                 URL: https://issues.apache.org/jira/browse/FLINK-3549
             Project: Flink
          Issue Type: Improvement
          Components: Examples
    Affects Versions: 1.0.0
            Reporter: Stephan Ewen
             Fix For: 1.0.1


The following choices make the examples "not streaming"
  - Many of the streaming example are currently using a small bounded data set. The data set is immediately consumed, the program finishes
  - Many examples read text or csv input files

I suggest to rework the examples to use not static data sets and files, but infinite streams and throttled generated streams (via iterators).

Command line parameters can be used to influence their behavior



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)