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

Issue-171: Fix error signals to the GrpcClient based on a Completable… #172

Closed dpasek-senacor closed 2 years ago

dpasek-senacor commented 2 years ago

Bugfix for https://github.com/EventStore/EventStoreDB-Client-Java/issues/171

Properly signal errors to the GrpcClient to support connection failover on read stream operations in a clustered environment.

dpasek-senacor commented 2 years ago

This fix has been deliberately added to the 3.0.0 release branch to suport of 3.0.2 hotfix release but it must also be backported to the trunk, which should be pretty straight forward.