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

Feat: Request Hedging Tool #47

Open
tebanieo opened this issue Dec 13, 2024 · 1 comment
Open

Feat: Request Hedging Tool #47

tebanieo opened this issue Dec 13, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@tebanieo
Copy link
Contributor

tebanieo commented Dec 13, 2024

Customers that have latency sensitive applications use techniques such as request hedging to reduce their tail latency. Request hedging consists in sending two or more request for the same operation, if t he first operation has a delayed processing the second operation it is likely to respond faster than the first one.

This enhancement request is to include a sample implementation of request hedging that customers can re-use to bootstrap their development.

@Dondehip
Copy link

Hi, I already have built an proof of concept code for this and happy to contribute to the community.

@tebanieo tebanieo added the enhancement New feature or request label Dec 13, 2024
Dondehip added a commit to Dondehip/amazon-dynamodb-tools that referenced this issue Dec 17, 2024
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

2 participants