EventStore / EventStore-Client-Dotnet

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

Align persistent subscription names with RFC #198

Closed hayley-jean closed 2 years ago

hayley-jean commented 2 years ago

Changed: Rename MaxCheckpointCount to CheckPointUpperBound Changed: Rename MinCheckpointCount to CheckPointLowerBound Changed: Rename NamedConsumerStrategy to ConsumerStrategyName

Aligns the setting names with the ones in the Persistent Subscriptions RFC.

Fixes https://github.com/EventStore/EventStore-Client-Dotnet/issues/164