You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: