You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/05/12 19:42:04 UTC

[jira] [Commented] (SAMZA-1289) Default id generator if not configured.

    [ https://issues.apache.org/jira/browse/SAMZA-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008621#comment-16008621 ] 

ASF GitHub Bot commented on SAMZA-1289:
---------------------------------------

GitHub user xinyuiscool opened a pull request:

    https://github.com/apache/samza/pull/189

    SAMZA-1289: Default id generator if not configured

    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.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/xinyuiscool/samza SAMZA-1289

Alternatively 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 <xi...@xiliu-ld.linkedin.biz>
Date:   2017-05-12T19:40:21Z

    SAMZA-1289: Default id generator if not configured

----


> Default id generator if not configured.
> ---------------------------------------
>
>                 Key: SAMZA-1289
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1289
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Xinyu Liu
>            Assignee: Xinyu Liu
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)