GitHub user shanthoosh opened a pull request:
https://github.com/apache/samza/pull/448
SAMZA-1564: Host affinity in standalone.
SEP-11 Patch 1: Introducing MetadataStore interface and the associated
classes.
Followup patches will contain the TaskNameGrouper changes and other changes
that are part of SEP-11.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shanthoosh/samza introduce_meta_store
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/448.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 #448
----
commit 7e0401bb6f971077639907906666c66ba0dc9aaa
Author: Shanthoosh Venkataraman <svenkataraman@...>
Date: 2018-03-14T16:10:45Z
SEP-11 Part 1:
Introduce Metadata store interface and the associated classes.
----
---