GitHub user logarithm opened a pull request:
https://github.com/apache/samza/pull/82
SAMZA-1135: Support Scala 2.12
Now days more and more projects are using Scala 2.12 and Samza as a cutting
edge project should support the latest version of language. Samza codebase is
almost
GitHub user logarithm opened a pull request:
https://github.com/apache/samza/pull/83
SAMZA-1136: If latest offset <= 0 then SystemStreamMetadata is incorrect
Debug log says "Setting oldest offset to 0 to consume from beginning", but
actually current code just ad
GitHub user logarithm opened a pull request:
https://github.com/apache/samza/pull/84
SAMZA-1138: Yarn capability check is broken
After migration from yarn.container.* properties to
cluster-manager.container.* properties we have to use either of them and
ClusterManagerConfig
Github user logarithm closed the pull request at:
https://github.com/apache/samza/pull/83
---
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
GitHub user logarithm opened a pull request:
https://github.com/apache/samza/pull/221
SAMZA-1331: Optimize Snapshot class constructor
In some of our workloads (where we need to gather samza metrics five times
per minute) `SlidingTimeWindowReservoir.getSnapshot()` method takes up to