dockerzhang opened a new issue #1122:
URL: https://github.com/apache/incubator-inlong/issues/1122
<p>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:</p>
<ol>
<li>store the offsets and time information in a special topic</li>
<li>use the time information as filter item</li>
<li>when user starts a reset operation, consume the special topic and
filter out those offsets in certain timestamp</li>
<li>reset offset use offsets we obtain from step 3</li>
</ol>
<p> </p>
<i>JIRA link - <a
href="https://issues.apache.org/jira/browse/INLONG-533">[INLONG-533]</a>
created by stingpeng</i>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]