You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/09/09 16:48:45 UTC

[jira] [Commented] (CAMEL-9108) Camel Kafka component builds Producer topic off of message instead of to() URI

    [ https://issues.apache.org/jira/browse/CAMEL-9108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14736968#comment-14736968 ] 

ASF GitHub Bot commented on CAMEL-9108:
---------------------------------------

Github user williamd1618 closed the pull request at:

    https://github.com/apache/camel/pull/597


> Camel Kafka component builds Producer topic off of message instead of to() URI
> ------------------------------------------------------------------------------
>
>                 Key: CAMEL-9108
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9108
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-kafka
>    Affects Versions: 2.15.0, 2.15.1, 2.15.2, 2.15.3
>         Environment: All
>            Reporter: Daniel Williams
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> It was noticed in camel-kafka 2.15.3 that the KafkaProducer was reading the kafka.TOPIC off of the Exchange envelope instead of reading it off of the configured KafkaEndpoint/Configuration which subsequently breaks the ability to route messages from a Kafka topic to a Kafka topic based upon a Predicate.
> ```
> from("kafka:localhost:9092?topic=A&groupId=B....").to("kafka:localhost:9092?topic=B.....")
> ```
> I've created a pull request on github that addresses this issue:
> https://github.com/apache/camel/pull/597



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)