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

2017-09-13 Thread asfgit
Github user asfgit closed the pull request at:

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


---


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

2017-09-10 Thread srdo
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 
Date:   2017-08-04T00:53:42Z

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




---