[
https://issues.apache.org/jira/browse/CAMEL-8085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14227670#comment-14227670
]
ASF GitHub Bot commented on CAMEL-8085:
---------------------------------------
GitHub user vasilievip opened a pull request:
https://github.com/apache/camel/pull/342
https://issues.apache.org/jira/browse/CAMEL-8085
- add handling of offset if auto commit of offset is disabled
- add embedded kafka into unit tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vasilievip/camel CAMEL-8085
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/342.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #342
----
commit b8d5b31688c0aed3b5101f2c45557afe518d18be
Author: Ivan Vasylyev <[email protected]>
Date: 2014-11-27T13:44:09Z
https://issues.apache.org/jira/browse/CAMEL-8085
- add handling of offset if auto commit of offset is disabled
- add embedded kafka into unit tests
----
> 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
> Priority: Critical
> 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)