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

Implement rate limiting strategy #67

Open
kristoffSC opened this issue Nov 5, 2023 · 0 comments
Open

Implement rate limiting strategy #67

kristoffSC opened this issue Nov 5, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@kristoffSC
Copy link
Collaborator

In Flink 1.16 a [Rate limiting API](https://flink.apache.org/2022/11/25/optimising-the-throughput-of-async-sinks-using-a-custom-ratelimitingstrategy/) was added to Flink Async Writer.

This can help to slow down rate of Http calls in case when HTTP endpoint is overwhelmed and timeouts or rejects HTTP requests.
The API needed for this functionality is described here - https://flink.apache.org/2022/11/25/optimising-the-throughput-of-async-sinks-using-a-custom-ratelimitingstrategy/

Rate Limiting API should be available both in Table and Streaming API.

Probably, requests retry must be implemented first.

@kristoffSC kristoffSC added the enhancement New feature or request label Nov 5, 2023
@kristoffSC kristoffSC self-assigned this Aug 15, 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

1 participant