Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SubscriptionFilterOptions support for StreamFilter and EventTypeFilter together #270

Open
cbgrasshopper opened this issue Nov 1, 2023 · 1 comment

Comments

@cbgrasshopper
Copy link

When creating a subscription using server-side filtering, we have to choose between StreamFilter and EventTypeFilter in the SubscriptionFilterOptions. It would be good to support both, so I can do something like "subscribe to streams with such-and-such prefix and only give me events that match this Regex". Right now, I use the StreamFilter and then check the event types as they come, ignoring those I don't care about for my use case.

@cbgrasshopper cbgrasshopper changed the title SubscriptionFilterOptions support for StreamFilter and EventTypeFilter SubscriptionFilterOptions support for StreamFilter and EventTypeFilter together Nov 1, 2023
@xperiandri
Copy link

I support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants