You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Antoine DESSAIGNE (JIRA)" <ji...@apache.org> on 2017/01/11 15:45:58 UTC

[jira] [Created] (CAMEL-10696) Allow camel-kafka to resume from any offset

Antoine DESSAIGNE created CAMEL-10696:
-----------------------------------------

             Summary: Allow camel-kafka to resume from any offset
                 Key: CAMEL-10696
                 URL: https://issues.apache.org/jira/browse/CAMEL-10696
             Project: Camel
          Issue Type: New Feature
          Components: camel-kafka
            Reporter: Antoine DESSAIGNE


As Kafka supports resuming from any offsets, it would be nice if this feature was available camel-kafka component.

Since Kafka needs the offset of each partition, its state (where to resume from) should be somehow similar to a {{Map}}. We cannot use an {{IdempotentRepository}} because it behaves like a {{Set}}.

If we create a _standard_ API for holding the state as a {{Map}} then we can reuse it for other purpose like resuming database reads from a particular index.



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