GitHub user adessaigne opened a pull request:
https://github.com/apache/camel/pull/1393
CAMEL-10696 - Allow Kafka to resume from any offset
I created a new `StateRepository` _standard_ API in order to hold its state
(the offset of each partition). This state looks like a `Map` whereas the
`IdempotentRepository` behaves like a `Set` (that's why a created a new API).
Moreover this API can be later on reuse for other purpose like keeping the
last index of database reads.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/adessaigne/camel CAMEL-10696
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1393.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 #1393
----
commit eae0b4fcb69f6376412adfa52f52268d957a9d55
Author: Antoine DESSAIGNE <[email protected]>
Date: 2017-01-11T15:48:02Z
CAMEL-10696 - Allow Kafka to resume from any offset based using a new
"standard" API to hold its state
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---