GitHub user aichow opened a pull request:

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

    Emit to _spoutConfig.outputStreamId

    Even though KafkaSpout.declareOutputFields declaresStream using 
outputStreamId (if present), the message gets emitted to a stream matching the 
Kafka topic it was read from. Looks like it may have been a merge conflict 
between the fix for STORM-1210 and STORM-1379.

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

    $ git pull https://github.com/aichow/storm master

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

    https://github.com/apache/storm/pull/1701.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 #1701
    
----
commit 09d9ea101b4dbaf49335907aaaf3167d29140c59
Author: aichow <aic...@users.noreply.github.com>
Date:   2016-09-21T19:51:50Z

    Emit to _spoutConfig.outputStreamId
    
    Even though KafkaSpout.declareOutputFields declaresStream using 
outputStreamId (if present), the message gets emitted to a stream matching the 
Kafka topic it was read from. Looks like it may have been a merge conflict 
between the fix for STORM-1210 and STORM-1379.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to