GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/309
Added wiring for High Level API state stores, their serdes and changelogs. Provided join operator access to durable state stores. cc @vjagadish1989 for review. You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza operator-store-wiring Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/309.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 #309 ---- commit d79d84739072103e7a19f253a6368005c56a7922 Author: Prateek Maheshwari <pmahe...@linkedin.com> Date: 2017-09-28T00:42:22Z Added wiring for High Level API state stores, their serdes and changelogs. Provided join operator access to durable state stores. ---- ---