Re: Camel kafka manual commit implementation

2017-05-11 Thread Claus Ibsen
public void process(Exchange > exchange) throws Exception {.}).end(); > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-kafka-manual-commit-implementation-tp5799185p5799186.html > Sent from the Camel - Users mailing list arc

Camel kafka manual commit implementation

2017-05-09 Thread Abhijeet Shukla
Hi Team, I want to implement Kafka manual commit using apache camel, but not able to find any clue to implement it its given only for auto commit. Kindly help me out in the issue. Thanks Abhijeet Shukla -- View this message in context: http://camel.465427.n5.nabble.com/Camel-kafka-manual

Re: Camel kafka manual commit implementation

2017-05-09 Thread Abhijeet Shukla
@Override public void process(Exchange exchange) throws Exception {.}).end(); -- View this message in context: http://camel.465427.n5.nabble.com/Camel-kafka-manual-commit-implementation-tp5799185p5799186.html Sent from the Camel - Use