[
https://issues.apache.org/jira/browse/CAMEL-7331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13949402#comment-13949402
]
Fabien Chaillou edited comment on CAMEL-7331 at 3/27/14 2:44 PM:
-----------------------------------------------------------------
[~davsclaus] : Hello, thank you for merging the code :)
Should resolve the issue here ? What about CAMEL-7329 and CAMEL-7330 ?
Thank you !
was (Author: fchaillou):
[~davsclaus] : Hello, thank you for merging the code :)
Should resolve the issue here ?
> Kafka: producer lookup the destination topic in the message header
> ------------------------------------------------------------------
>
> Key: CAMEL-7331
> URL: https://issues.apache.org/jira/browse/CAMEL-7331
> Project: Camel
> Issue Type: Improvement
> Affects Versions: 2.13.0
> Reporter: Fabien Chaillou
> Labels: patch
> Fix For: 2.14.0
>
>
> Hello,
> By default, a kafka producer is not tied to a specific topic.
> The topic is related to each message.
> Instead of having to specify the topic in the endpoint definition, we can
> define the topic as a message header.
> If no topic is defined in the message then we fall back to the topic defined
> in the endpoint if any.
> I created a pull request in github for this improvement, here is the link :
> https://github.com/apache/camel/pull/121
--
This message was sent by Atlassian JIRA
(v6.2#6252)