EventStore / EventStoreDB-Client-Java

Official Asynchronous Java 8+ Client Library for EventStoreDB 20.6+
https://eventstore.com
Apache License 2.0
63 stars 20 forks source link

Ensure rediscovery is not run when the server returns a timeout #135

Closed hayley-jean closed 1 year ago

hayley-jean commented 2 years ago

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.