Hi

Please ask such questions on the user mailing list instead.

On Tue, Dec 13, 2016 at 10:27 AM, Максим Козлов <dreamx....@gmail.com> 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:...?topic=topic2")
>
> If change only body, producer send to topic1, because in.header this value
> "kafka.TOPIC=topic1".
> I would like to understand from the point of view of a component is the
> correct behavior?
>
> thanks for answers
> --
> Best regards, Maks Kozlov



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Reply via email to