You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Yi Pan (Data Infrastructure) (JIRA)" <ji...@apache.org> on 2016/03/24 23:23:25 UTC

[jira] [Created] (SAMZA-915) Design and implement operator programming APIs to support linear pipeline

Yi Pan (Data Infrastructure) created SAMZA-915:
--------------------------------------------------

             Summary: Design and implement operator programming APIs to support linear pipeline
                 Key: SAMZA-915
                 URL: https://issues.apache.org/jira/browse/SAMZA-915
             Project: Samza
          Issue Type: Sub-task
            Reporter: Yi Pan (Data Infrastructure)


This would include the programming APIs that support the following linear pipeline:
{code}
sourceStream.filter(filter).map(mapper).flatMap(flatMapper).sink(sink);
{code}



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