EventStore / EventStore-Client-Dotnet

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

Make BatchAppend changes backwards compatible with previous versions of EventStoreDB #150

Closed hayley-jean closed 2 years ago

hayley-jean commented 3 years ago

The changes to Append require the EventStoreDB server to support BatchAppend, otherwise it results in an error when attempting to write to Event Store.

The client should fall back to the previous append behaviour if BatchAppend is not supported by the server.

EventStoreDB version: 20.10.4