EventStore / EventStore-Client-Go

Go Client for Event Store version 20 and above.
Apache License 2.0
103 stars 25 forks source link

UpdatePersistentSubscriptionToAll is ignoring filter options. #145

Closed alexopenline closed 1 year ago

alexopenline commented 1 year ago

How to reproduce:

  1. MessageTimeout is updated accordingly in subscription - expected
  2. Filter prefix is removed from persisted subscription and all events are received by subscription - not expected. Filter prefix is dropped by the updated
YoEight commented 1 year ago

This a server issue (ticket will be public soon)

xvasi commented 11 months ago

@YoEight is there a ticket for this issue opened on the server project yet? Please let us know if this is a priority and it will be fixed any time soon

YoEight commented 11 months ago

The issue is tracked internally but you can find the associated PR: https://github.com/EventStore/EventStore/pull/3957