Re: [Camel-kafka] KafkaProducer causes camel route to loop infinitely

2015-07-01 Thread Rahul Jain
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

Re: [Camel-kafka] KafkaProducer causes camel route to loop infinitely

2015-07-01 Thread Claus Ibsen
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

[Camel-kafka] KafkaProducer causes camel route to loop infinitely

2015-06-24 Thread Rahul Jain
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,