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
it is necessary to give and write the logic of behavior in case of unavailability of one of the nodes, I suggest using a similar approach with nginx and the max_fails setting in upstream
I think we can not give such a guarantee due to an asynchronous nature of the connector: you could push N requests to a connection and only than get an error.
it is necessary to give and write the logic of behavior in case of unavailability of one of the nodes, I suggest using a similar approach with nginx and the max_fails setting in upstream
https://nginx.org/en/docs/stream/ngx_stream_upstream_module.html#upstream
The text was updated successfully, but these errors were encountered: