You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by abhishekshivanna <gi...@git.apache.org> on 2018/08/09 03:42:37 UTC

[GitHub] samza pull request #604: SAMZA-1806: Allow `task.broadcast.inputs` to be set...

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 <ab...@...>
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.

----


---

[GitHub] samza pull request #604: SAMZA-1806: Allow `task.broadcast.inputs` to be set...

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

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


---