EventStore / EventStore-Client-Dotnet

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

Update persistent subscriptions to minimum viable tier #180

Closed pvanbuijtene closed 1 year ago

pvanbuijtene commented 2 years ago

Added: Support GetInfo() over gRPC for returning details of a persistent subscription Added: Support ReplayParked() over gRPC for replaying parked messages Added: Support List() over gRPC for listing persistent subscriptions Added: Support RestartSubsystem() over gRPC for restarting the persistent subscription subsystem

Closes #147 Closes #185

ylorph commented 2 years ago

fixes #102

azelinskyy-mechanicadvisor commented 1 year ago

Hey, any plans of merging this one? Really looking forward to getting access to some basic methods related to persistent subscriptions on gRPC client.

pvanbuijtene commented 1 year ago

@azelinskyy-mechanicadvisor as you might have noticed work on this got a bit sidetracked, it's on my radar again and will start working on the last bits.

timothycoleman commented 1 year ago

looks good, i think there's just the two unresolved conversations above left

timothycoleman commented 1 year ago

looks good to me. if @thefringeninja is happy with the last commit i think we can squash and merge