[
https://issues.apache.org/jira/browse/INLONG-533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated INLONG-533:
----------------------------------
Labels: pull-request-available (was: )
> new feature: reset offset by timestamp
> --------------------------------------
>
> Key: INLONG-533
> URL: https://issues.apache.org/jira/browse/INLONG-533
> Project: Apache InLong
> Issue Type: Task
> Reporter: stingpeng
> Priority: Normal
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> We found out that our users might want to reset the consumer offset to a
> certain timestamp sometimes. Regarding this, we provide a mechanism to do
> this. It includes the following steps:
> # store the offsets and time information in a special topic
> # use the time information as filter item
> # when user starts a reset operation, consume the special topic and filter
> out those offsets in certain timestamp
> # reset offset use offsets we obtain from step 3
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)