[
https://issues.apache.org/jira/browse/KAFKA-8766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16909316#comment-16909316
]
Raman Gupta commented on KAFKA-8766:
------------------------------------
See KAFKA-8650 for related discussion.
> Allow a custom offset policy for Kafka Streams applications
> ------------------------------------------------------------
>
> Key: KAFKA-8766
> URL: https://issues.apache.org/jira/browse/KAFKA-8766
> Project: Kafka
> Issue Type: Improvement
> Components: streams
> Reporter: Patrik Kleindl
> Priority: Minor
>
> Currently when starting a new streams application (= new consumer group) you
> can only choose between starting from the beginning of all topics or only
> processing newly arriving records.
> To start processing at any give point in the past (e.g. only processing data
> of the last month) the application has to be started (so the consumer group
> exists), stopped, the offsets reset and then restarted.
> It would be helpful if this could be passed in with the help of some kind of
> "offset reset strategy" which could be provided by the user.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)