[GitHub] samza pull request #47: SAMZA-1071: Implement aliases for input topics

2017-02-02 Thread banecogic
GitHub user banecogic opened a pull request: https://github.com/apache/samza/pull/47 SAMZA-1071: Implement aliases for input topics With current implementation for input topics we can define serde, bootstrapping, broadcasting ... Changing input topic name requires additional

[GitHub] samza pull request #45: SAMZA-859: Create a simple join example in hello-sam...

2017-01-25 Thread banecogic
GitHub user banecogic opened a pull request: https://github.com/apache/samza/pull/45 SAMZA-859: Create a simple join example in hello-samza tutorail (docs) Documentation for Hello Samza [stream join example](https://github.com/apache/samza-hello-samza/pull/9). You can merge

[GitHub] samza pull request #24: SAMZA-1047: testEndOfStreamWithOutOfOrderProcess is ...

2016-11-28 Thread banecogic
GitHub user banecogic opened a pull request: https://github.com/apache/samza/pull/24 SAMZA-1047: testEndOfStreamWithOutOfOrderProcess is flaky Chooser always pools end of stream message until final callback is trigered so process-enelopes metrics didn't match. Changed the test