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 fetch caching to complete even if input stream closes #404

Closed
jeqo opened this issue Sep 30, 2023 · 1 comment
Closed

Allow fetch caching to complete even if input stream closes #404

jeqo opened this issue Sep 30, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@jeqo
Copy link
Contributor

jeqo commented Sep 30, 2023

We have experience issues when fetch.max.wait.ms is too small for tiered data to be served. The default config value is 500ms and it may not be enough for S3 to return a result and make it available to the broker.
The problem gets worse when consumer retries and the data has to be fetched again from S3.

A potential solution, would be to allow the caching mechanism to continue even when the input stream gets closed, so the next request will find it on the cache, and will have better changes to succeed.

@jeqo jeqo added the enhancement New feature or request label Sep 30, 2023
@jeqo
Copy link
Contributor Author

jeqo commented Aug 5, 2024

Already implemented #429

@jeqo jeqo closed this as completed Aug 5, 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

Successfully merging a pull request may close this issue.

1 participant