You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Manikumar (JIRA)" <ji...@apache.org> on 2018/04/12 15:08:00 UTC

[jira] [Resolved] (KAFKA-4347) outputStreamId in Kafka spout

     [ https://issues.apache.org/jira/browse/KAFKA-4347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manikumar resolved KAFKA-4347.
------------------------------
    Resolution: Invalid

Looks like this is related to Apache Storm Kafka connector. Request you raise the issue on Storm project.

> outputStreamId in Kafka spout
> -----------------------------
>
>                 Key: KAFKA-4347
>                 URL: https://issues.apache.org/jira/browse/KAFKA-4347
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Rahim Dastar
>            Priority: Major
>
> If you set outputStreamId in SpoutConfig for kafka spout, topology sends tuples to another stream. The wrong stream name is topicName.
> In ParttionManager class  collector.emit(_spoutConfig.topic, tup, new KafkaMessageId(_partition, toEmit.offset())); should change to 
> collector.emit(_spoutConfig.outputStreamId, tup, new KafkaMessageId(_partition, toEmit.offset()));.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)