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

Add DefaultSkipListRequestHandler, based on DAPHNEListRequestHandler #24

Merged
merged 1 commit into from
May 20, 2022

Conversation

philiprodrigues
Copy link
Contributor

This is needed for trigger, which needs to use the skip list latency
buffer because trigger items may arrive out-of-time-order, and the
skip list latency buffer can handle that case.

In future, DAPHNEListRequestHandler should probably be modified to just
specialize DefaultSkipListRequestHandler.

This is needed for trigger, which needs to use the skip list latency
buffer because trigger items may arrive out-of-time-order, and the
skip list latency buffer can handle that case.

In future, DAPHNEListRequestHandler should be modified to just
specialize DefaultSkipListRequestHandler.
Copy link
Member

@roland-sipos roland-sipos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@roland-sipos roland-sipos merged commit 6e9e526 into develop May 20, 2022
@roland-sipos roland-sipos deleted the philiprodrigues/add-skip-list-req-handler branch June 20, 2022 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants