You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by srdo <gi...@git.apache.org> on 2017/09/10 11:08:49 UTC

[GitHub] storm pull request #2317: STORM-2675 (1.x): Fix storm-kafka-client Trident s...

GitHub user srdo opened a pull request:

    https://github.com/apache/storm/pull/2317

    STORM-2675 (1.x): Fix storm-kafka-client Trident spout failing to serialize…

    … meta objects to Zookeeper
    
    1.x version of https://github.com/apache/storm/pull/2271.
    
    The only changes should be replacing streams with regular for-each, and this version doesn't modify the storm-kafka-client-examples.

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

    $ git pull https://github.com/srdo/storm STORM-2675-1.x

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

    https://github.com/apache/storm/pull/2317.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 #2317
    
----
commit 9e137eeb40e74c46e515db4bf65a1963874da6c5
Author: Stig Rohde Døssing <sr...@apache.org>
Date:   2017-08-04T00:53:42Z

    STORM-2675: Fix storm-kafka-client Trident spout failing to serialize meta objects to Zookeeper

----


---

[GitHub] storm pull request #2317: STORM-2675 (1.x): Fix storm-kafka-client Trident s...

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

    https://github.com/apache/storm/pull/2317


---

[GitHub] storm issue #2317: STORM-2675 (1.x): Fix storm-kafka-client Trident spout fa...

Posted by HeartSaVioR <gi...@git.apache.org>.
Github user HeartSaVioR commented on the issue:

    https://github.com/apache/storm/pull/2317
  
    Built in my local and verified it passed with JDK 7. +1 


---