GitHub user cameronlee314 opened a pull request:
https://github.com/apache/samza/pull/626
SAMZA-1858: Public APIs for shared context
This is just the API classes and their implementations, in an attempt to
keep individual PRs more manageable. An upcoming PR will actually integrate
them and remove the classes that these are intended to replace.
Class names are still very open to changing.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cameronlee314/samza shared_context_apis
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/626.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #626
----
commit b6c1588f39e0ad9ccff609c3f6bdb174a7109055
Author: Cameron Lee <calee@...>
Date: 2018-09-07T18:10:26Z
SAMZA-1858: Public APIs for shared context
----
---