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

Improvement: Additional logging for the GrpcClient and cluster node discovery #180

Closed dpasek-senacor closed 2 years ago

dpasek-senacor commented 2 years ago

The GrpcClient does not currently does not provide sufficient logging for analyzing connection and failover behavior:

I would prepare an initial PR for adding/improving log statements to better monitor the lifecycle of the gRPC-Client connection to the server.