Github user asfgit closed the pull request at:
https://github.com/apache/samza/pull/160
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabl
Hi all,
There have been quite a lot of new features added to master since 0.12
release to warrant a new major release. At LinkedIn, we've done functional
and performance testing against master in the past weeks, and deployed jobs
with the latest build in production. We will continue to test for s
Github user asfgit closed the pull request at:
https://github.com/apache/samza/pull/167
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabl
GitHub user xinyuiscool opened a pull request:
https://github.com/apache/samza/pull/168
SAMZA-1267: ApplicationRunner#getLocalRunner returns null
Remove ApplicationRunner#getLocalRunner and clean up any usage examples.
You can merge this pull request into a Git repository by running
Github user asfgit closed the pull request at:
https://github.com/apache/samza/pull/153
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabl
GitHub user jmakes opened a pull request:
https://github.com/apache/samza/pull/167
SAMZA-1266: Unable to use MetricsSnapshotReporterFactory with fluent API
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jmakes/samza samza-1266
Github user asfgit closed the pull request at:
https://github.com/apache/samza/pull/162
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabl
GitHub user navina opened a pull request:
https://github.com/apache/samza/pull/166
SAMZA-1150 : Handling Error propagation between ZkJobCoordinator &
DebounceTimer
* Treats all errors in jobcoordinator as FATAL and shuts-down the
streamprocessor
* [Bug] Fixed bug reported in SA