Thanks. Created a ticket - https://issues.apache.org/jira/browse/CAMEL-8923
On Wed, Jul 1, 2015 at 1:43 PM, Claus Ibsen wrote:
> Hi
>
> Yeah log a new ticket, then we change the header name to something
> else that are not the same header as used in the from - we do the same
> in JMS, if peopl
Hi
Yeah log a new ticket, then we change the header name to something
else that are not the same header as used in the from - we do the same
in JMS, if people want to send to a destination based on a header.
On Wed, Jun 24, 2015 at 7:51 PM, Rahul Jain wrote:
> The KafkaProducer class reads the t
The KafkaProducer class reads the topic name from exchange headers. This
causes a problem when the route ends with a "to" endpoint since in this
case, the exchange still has its header set to the "from" endpoint's topic.
See my comments in https://issues.apache.org/jira/browse/CAMEL-7331
Thanks,