Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.14.0
-
None
-
None
Description
Right now in standalone deployment we require the user to provide an id generator. Since most of the time the users can simply use the UUID generator for id generation, we should default it using that. In the future when we support host-affinity in stateful processing, we can either change the default or documenting the configs needed for stateful processing.
Attachments
Issue Links
- links to
GitHub user xinyuiscool opened a pull request:
https://github.com/apache/samza/pull/189
SAMZA-1289: Default id generator if not configuredRight now in standalone deployment we require the user to provide an id generator. Since most of the time the users can simply use the UUID generator for id generation, we should default it using that.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xinyuiscool/samza
SAMZA-1289Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/189.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 #189
commit 7f7722bf1ed1e3ee508e35de691eb0cab727a32f
Author: Xinyu Liu <xiliu@xiliu-ld.linkedin.biz>
Date: 2017-05-12T19:40:21Z
SAMZA-1289: Default id generator if not configured