[
https://issues.apache.org/jira/browse/STORM-917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14604246#comment-14604246
]
ASF GitHub Bot commented on STORM-917:
--------------------------------------
Github user anishek commented on a diff in the pull request:
https://github.com/apache/storm/pull/601#discussion_r33414016
--- Diff: external/storm-kafka/src/jvm/storm/kafka/SpoutConfig.java ---
@@ -29,6 +29,7 @@
// setting for how often to save the current kafka offset to ZooKeeper
public long stateUpdateIntervalMs = 2000;
+ public String emitStreamId;
--- End diff --
you are right i didnt look at the code too closely, I had a overridden
method in PartitionManager with the default stream. I thought anyone else using
the old method would automatically go through that. Though thinking now i
looked at all the usages and there is only one in the kafkaSpout so i will do
another pull request with the changes.
> 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: 0.11.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)