EventStoreDB-Client-Rust
EventStoreDB-Client-Rust copied to clipboard
Ensure rediscovery is not run when the server returns a timeout
Rediscovery should not be run when the client receives a StatusCode 10 (ABORTED) response.
Instead, the consumer should retry the failed operation on the same connection.