Skip to content

SubscriptionFilterOptions support for StreamFilter and EventTypeFilter together #270

Open
@cbgrasshopper

Description

@cbgrasshopper

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions