EventStore / EventStore-Client-Dotnet

Dotnet Client SDK for the Event Store gRPC Client API written in C#
Other
140 stars 38 forks source link

Support authenticated gossip read request (DB-305) #253

Closed pvanbuijtene closed 1 year ago

pvanbuijtene commented 1 year ago

Fixed: User credentials always overridden when default credentials are specified. Added: Support authenticated gossip read request. Changed: Always run scavenge tests against physical database.

Should have kept sperate commits User credential fix is in: src/EventStore.Client.Common/EventStoreCallOptions.cs Gossip authentication change is in: src/EventStore.Client/GrpcGossipClient.cs Scavenge fix mostly done in: test/EventStore.Client.Operations.Tests/EventStoreClientFixture.cs

Other changes are mostly related to stop using anonymous calls & flakey tests.

linear[bot] commented 1 year ago

DB-305 Support authenticated gossip read request on the .NET gRPC client