GitHub user rmatharu opened a pull request:
https://github.com/apache/samza/pull/871
SAMZA-2056 : Adding a TaskMode in the TaskModel
This PR adds a TaskMode (an enum) to the TaskModel.
This assignment is persisted to the metastore using a SetTaskModeMapping
type.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rmatharu/samza taskmode
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/871.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 #871
----
commit df4083cad1911c5a1a6adc04aaeb2851182b4662
Author: Ray Matharu <rmatharu@...>
Date: 2019-01-08T01:51:22Z
Adding TaskMode and its assignment to active
commit ca2e82f65f68f25d9fe1c3119f06b51247313d55
Author: Ray Matharu <rmatharu@...>
Date: 2019-01-08T23:23:15Z
Adding documentation, comments
commit d00b05ca6b569e082d4820defa379fcd40eeddb0
Author: Ray Matharu <rmatharu@...>
Date: 2019-01-08T23:28:15Z
minor
----
---