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

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

GitHub user sborya opened a pull request:

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

    added new config for job.changelog.system

    SAMZA-1060.
    Allow to specify a changelog system separately, so user can only specify 
stream name for each store.
    If user specifies both (system and stream) it overwrites the 
job.changelog.system setting.

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

    $ git pull https://github.com/sborya/samza master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/samza/pull/31.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 #31
    
----
commit c76baefcb49a01238a767045288fbda31b312c1e
Author: Boris Shkolnik <[email protected]>
Date:   2016-12-09T22:29:18Z

    added new config for job.changelog.system

----


> add new config job.changelog.system
> -----------------------------------
>
>                 Key: SAMZA-1060
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1060
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Boris Shkolnik
>            Assignee: Boris Shkolnik
>
> Today the config for changelog system looks like the following:
> 'stores.<storename>.changelog'='system.stream'
> Adding new config for system only ('job.changelog.system'='<system>') will 
> allow to specify changelog system separately for the whole job and specify 
> streams only for each store.
> For backward compatibility current setting should overwrite the new config.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to