[
https://issues.apache.org/jira/browse/STORM-1210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15037200#comment-15037200
]
ASF GitHub Bot commented on STORM-1210:
---------------------------------------
Github user wuchong commented on a diff in the pull request:
https://github.com/apache/storm/pull/885#discussion_r46510092
--- Diff: external/storm-kafka/src/jvm/storm/kafka/SpoutConfig.java ---
@@ -27,8 +27,7 @@
public String zkRoot = null;
public String id = null;
- // if set to true, spout will set Kafka topic as the emitted Stream ID
- public boolean topicAsStreamId = false;
+ public String outputStreamId;
--- End diff --
Minor, but we can note here that if outputStreamId not set, spout will set
Kafka topic as the emitted Stream ID
> Set Output Stream id in KafkaSpout
> ----------------------------------
>
> Key: STORM-1210
> URL: https://issues.apache.org/jira/browse/STORM-1210
> Project: Apache Storm
> Issue Type: New Feature
> Components: storm-kafka
> Affects Versions: 0.11.0
> Reporter: Zhiqiang He
> Assignee: Zhiqiang He
> Priority: Minor
>
> topicAsStreamId can only set output stream id to topic name. In some case ,we
> need to set output stream id to other name.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)