EventStore / EventStoreDB-Client-Java

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

Fix connection service skipping discovery interval sleeps. #278

Closed YoEight closed 1 month ago

YoEight commented 1 month ago

Fixed: Fix connection service skipping discovery interval sleeps.

When the connection service failed to connect to a candidate, we never observed the discover interval between each attempt, causing the client to retry too soon and exhausting max attempts retries too early.