stingpeng created TUBEMQ-533:
--------------------------------
Summary: new feature: reset offset by timestamp
Key: TUBEMQ-533
URL: https://issues.apache.org/jira/browse/TUBEMQ-533
Project: Apache TubeMQ
Issue Type: Task
Reporter: stingpeng
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)