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

Pattern: Backlog consuming transformer #287

Open
Tracked by #291
big-andy-coates opened this issue Apr 12, 2023 · 0 comments
Open
Tracked by #291

Pattern: Backlog consuming transformer #287

big-andy-coates opened this issue Apr 12, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@big-andy-coates
Copy link
Member

Capture highwater marks, per partition, during service initialization, have a transformer that swallows input until the highwater mark.

This pattern can be used to ignore any messages produced while a service is offline. Messages are still sent over the wire (can we avoid by seeking instead?), but otherwise ignored.

@big-andy-coates big-andy-coates added the enhancement New feature or request label Apr 12, 2023
@big-andy-coates big-andy-coates self-assigned this Apr 12, 2023
@big-andy-coates big-andy-coates changed the title Backlog consuming transformer Pattern: Backlog consuming transformer Apr 13, 2023
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