Re: The question on the behavior of the camel-kafka component

2016-12-13 Thread Claus Ibsen
Hi Please ask such questions on the user mailing list instead. On Tue, Dec 13, 2016 at 10:27 AM, Максим Козлов wrote: > Hi, > > In my application use camel-kafka component as a producer and consumer. > For example: > > from("kafka:...?topic=topic1") > .process(new ChangeMessage()) > to("kafka:..

The question on the behavior of the camel-kafka component

2016-12-13 Thread Максим Козлов
Hi, In my application use camel-kafka component as a producer and consumer. For example: from("kafka:...?topic=topic1") .process(new ChangeMessage()) to("kafka:...?topic=topic2") If change only body, producer send to topic1, because in.header this value "kafka.TOPIC=topic1". I would like to unde