Re: camel-kafka offset commit

2017-05-08 Thread sma
Thanks, if i want to commit after my process is done and write the result to the output topic, can i do it with kafka-camel, i dont see a way to manually commit offset? Shannon -- View this message in context: http://camel.465427.n5.nabble.com/camel-kafka-offset-commit-tp5798423p5799118.html S

camel-kafka offset commit

2017-04-27 Thread sma
Hi, I have a question about offset commit, if auto commit is off, then it does a batch commit, my question is in this case, ss a message considered consumed after reading from the topic or after the whole processing is done? Thanks Shannon -- View this message in context: http://camel.465427.

Re: kafka consumer error

2016-09-28 Thread sma
For anyone interested, it is the wrong version of sacla-library. -- View this message in context: http://camel.465427.n5.nabble.com/kafka-consumer-error-tp5788114p5788178.html Sent from the Camel - Users mailing list archive at Nabble.com.

kafka consumer error

2016-09-27 Thread sma
Hi, I am testing with the kafka component, code is like try { camelContext.addRoutes(new RouteBuilder() { public void configure() { from("kafka:10.200.5.162:9092?topic=TMS_DATA&zookeeperHost=10.200.5.162&zo