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 <pmaheshwari@...>
Date: 2018-06-06T02:16:12Z
Minor: KafkaConfig should treat empty changelog name as no changelog.
----
---