You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by bharathkk <gi...@git.apache.org> on 2018/07/25 05:10:21 UTC

[GitHub] samza pull request #580: Side inputs: Bug fixes

GitHub user bharathkk opened a pull request:

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

    Side inputs: Bug fixes

     - Use the correct regex in Util#getSystemStreamFromNameOrId
     - Handle end of stream during dispatch of message to side input
    processor
     - Fix validation to check for presence of side input processor for a
    given store instead of looking up the side input processor factory.

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

    $ git pull https://github.com/bharathkk/samza side-input-bugs

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

    https://github.com/apache/samza/pull/580.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 #580
    
----
commit 9cb6562bcf75db0f475ffe4aad959469e3968182
Author: Bharath Kumarasubramanian <bk...@...>
Date:   2018-07-25T05:05:24Z

    Bug fixes
     * Use the correct regex in Util#getSystemStreamFromNameOrId
     * Handle end of stream during dispatch of message to side input
    processor
     * Fix validation to check for presence of side input processor for a
    given store instead of looking up the side input processor factory.

----


---

[GitHub] samza pull request #580: Side inputs: Bug fixes

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

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


---