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

[GitHub] samza pull request #421: Support source types where the last part of the sou...

GitHub user srinipunuru opened a pull request:

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

    Support source types where the last part of the source is not the streamName

    Contains following fixes
    
    1. Right now Samza SQL framework assumes that the last part of the source is the stream Name, removed the assumption
    2. Made consoleLoggingSystemFactory to log formatted json so that it's easily readable.
    3. Added support in SamzaSqlRelMessage where the key may not be present.

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

    $ git pull https://github.com/srinipunuru/samza four-part.1

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

    https://github.com/apache/samza/pull/421.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 #421
    
----
commit 3ebe47f97633d5709dca7533097e24c1950ef12b
Author: Srinivasulu Punuru <sp...@...>
Date:   2018-02-09T00:30:46Z

    Support source types where the last part of the source is not the stream name

----


---

[GitHub] samza pull request #421: Support source types where the last part of the sou...

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

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


---