Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow consumer to fast-forward #80

Open
acogoluegnes opened this issue Mar 8, 2022 · 0 comments
Open

Allow consumer to fast-forward #80

acogoluegnes opened this issue Mar 8, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@acogoluegnes
Copy link
Contributor

Messages in a stream can become useless at some point for an application, until another point in the stream. The application should be able to set an offset and get messages up to this point.

Provide an API (Context in MessageHandler or the Consumer interface itself) to fast-forward the subscription to a given offset.

See #78 for background.

@acogoluegnes acogoluegnes added the enhancement New feature or request label Mar 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant