You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by prateekm <gi...@git.apache.org> on 2018/06/06 02:17:33 UTC

[GitHub] samza pull request #546: Minor: KafkaConfig should treat empty changelog nam...

GitHub user prateekm opened a pull request:

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

    Minor: KafkaConfig should treat empty changelog name as no changelog.

    If a store changelog stream name is empty, treat is as a non-changelogged store instead of throwing an exception.

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

    $ git pull https://github.com/prateekm/samza kafka-changelog

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

    https://github.com/apache/samza/pull/546.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 #546
    
----
commit 6924b02df44d52100cb0b0d999f94173274c56c5
Author: Prateek Maheshwari <pm...@...>
Date:   2018-06-06T02:16:12Z

    Minor: KafkaConfig should treat empty changelog name as no changelog.

----


---

[GitHub] samza pull request #546: Minor: KafkaConfig should treat empty changelog nam...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---