Re: Camel Kafka Component as a Consumer within a Route

2015-12-23 Thread web_nab...@sunilsamuel.com
ot;groupId=groupBatch",1000) .log("FROM THE TIMER [${body}]") ; Thank You, sunil. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Kafka-Component-as-a-Consumer-within-a-Route-tp5775404p5775410.html Sent from the Camel Development mailing list archive at Nabble.com.

Re: Camel Kafka Component as a Consumer within a Route

2015-12-23 Thread Claus Ibsen
it, the kafka component becomes a > producer. Is there a way to consume from within a route? > > thanks, > sunil. > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-Kafka-Component-as-a-Consumer-within-a-Route-tp5775404.

Camel Kafka Component as a Consumer within a Route

2015-12-23 Thread web_nab...@sunilsamuel.com
=100") .to("log:input ${body}"); But at this point, the way that I am using it, the kafka component becomes a producer. Is there a way to consume from within a route? thanks, sunil. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-K