[
https://issues.apache.org/jira/browse/STORM-917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15156080#comment-15156080
]
ASF GitHub Bot commented on STORM-917:
--------------------------------------
Github user abhishekagarwal87 commented on a diff in the pull request:
https://github.com/apache/storm/pull/601#discussion_r53569108
--- Diff: external/storm-kafka/src/jvm/storm/kafka/SpoutConfig.java ---
@@ -17,6 +17,8 @@
*/
package storm.kafka;
+import backtype.storm.utils.Utils;
--- End diff --
You need to upmerge your master branch.
> Ability to emit messages from a kafka spout to a specific stream
> -----------------------------------------------------------------
>
> Key: STORM-917
> URL: https://issues.apache.org/jira/browse/STORM-917
> Project: Apache Storm
> Issue Type: Improvement
> Components: storm-kafka
> Reporter: anishek
> Fix For: 1.0.0
>
>
> Today even if we have multiple spouts in storm they will all emit on the same
> "default" stream. Having an ability to configure the stream that a kafka
> spout emits to would be great. By default should emit to the "default" stream
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)