You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Ivan Vasyliev (JIRA)" <ji...@apache.org> on 2014/11/27 14:35:12 UTC

[jira] [Created] (CAMEL-8085) Add handling of offset in case of auto commit is disabled to prevent data loss

Ivan Vasyliev created CAMEL-8085:
------------------------------------

             Summary: Add handling of offset in case of auto commit is disabled to prevent data loss
                 Key: CAMEL-8085
                 URL: https://issues.apache.org/jira/browse/CAMEL-8085
             Project: Camel
          Issue Type: Improvement
          Components: camel-kafka
    Affects Versions: 2.14.0
            Reporter: Ivan Vasyliev
             Fix For: 2.15.0


In order to prevent data loss kafka client allows to manually handle consumer offset.
According to this lady:
http://ingest.tips/2014/10/12/kafka-high-level-consumer-frequently-missing-pieces/

Kafka consumer "commitOffset" is committing offset for each consumer and for all streams of this consumer. 
I've made changes in camel-kafka in order to support handling of offset in case of auto-commit option is disabled.

Will provide pull request and update description




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)