GitHub user abhishekshivanna opened a pull request:
https://github.com/apache/samza/pull/604
SAMZA-1806: Allow `task.broadcast.inputs` to be set to empty string
This fix addresses the issue that getBroadcastSystemStreamPartitions
in TaskConfigJava throws an IllegalArgumentException exception when
`task.broadcast.inputs` is set to an empty string.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/abhishekshivanna/samza master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/604.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 #604
----
commit 576fbee781b4bdbd6344feca68775b34f33033cc
Author: Abhishek Shivanna <abhisheks91@...>
Date: 2018-08-09T03:26:54Z
SAMZA-1806: Fix to allow `task.broadcast.inputs` to be set to empty string
This fix addresses the issue that getBroadcastSystemStreamPartitions
in TaskConfigJava throws an IllegalArgumentException exception when
`task.broadcast.inputs` is set to an empty string.
----
---