Re: [DISCUSS] SEP-1: Semantics of ProcessorId in Samza

2017-03-20 Thread Jagadish Venkatraman
Thanks for writing this SEP! Here's an alternate approach instead of taking the "String processorId" as a parameter in the constructor. In my view, the "processorId" could be generated by the StreamProcessor internally (instead of being generated up-stream and passed in). The Job Coordinator API c

[GitHub] samza pull request #94: SAMZA-1137: Instantiate ApplicationRunner in SamzaCo...

2017-03-20 Thread xinyuiscool
GitHub user xinyuiscool opened a pull request: https://github.com/apache/samza/pull/94 SAMZA-1137: Instantiate ApplicationRunner in SamzaContainer Create an ApplicationRunner in SamzaContainer to provide StreamSpecs for fluent API. You can merge this pull request into a Git reposit

[GitHub] samza pull request #93: samza-1156: Improve ApplicationRunner method naming ...

2017-03-20 Thread jmakes
GitHub user jmakes opened a pull request: https://github.com/apache/samza/pull/93 samza-1156: Improve ApplicationRunner method naming and class structure @navina @xinyuiscoool @nickpan47 take a look You can merge this pull request into a Git repository by running: $ git pull ht