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
Currently, fetch.max.wait.ms is reused on remote fetches to cancel operations if taking longer than timeout.
Given the default value is 500ms, it may end up being too small for the whole remote operation to complete.
Currently,
fetch.max.wait.ms
is reused on remote fetches to cancel operations if taking longer than timeout.Given the default value is 500ms, it may end up being too small for the whole remote operation to complete.
Ideally this would be default by a different configuration. Some alternatives are being discussed here: https://issues.apache.org/jira/browse/KAFKA-15776
Once a better approach for this issue is implemented upstream, update the plugin to support it properly.
The text was updated successfully, but these errors were encountered: