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