You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Sverker Abrahamsson (JIRA)" <ji...@apache.org> on 2017/02/27 00:00:48 UTC

[jira] [Created] (CAMEL-10901) Add support to Kafka consumer to seek to end of topic

Sverker Abrahamsson created CAMEL-10901:
-------------------------------------------

             Summary: Add support to Kafka consumer to seek to end of topic
                 Key: CAMEL-10901
                 URL: https://issues.apache.org/jira/browse/CAMEL-10901
             Project: Camel
          Issue Type: New Feature
          Components: camel-kafka
    Affects Versions: 2.19.0
            Reporter: Sverker Abrahamsson
            Priority: Minor


Kafka 2.19.0-SNAPSHOT adds seekToBeginning parameter to read all events of a topic from beginning. In my application I'm not interested of what has happened before it is started, so I need the opposite so that seekToEnd is called on the consumer.

The pull request for this feature request will change the parameter to seekTo which can be set to either beginning or end, which is analog with how other parameters on this consumer is set.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)