EventType filter for a stream not $all stream

Hi all,

I’m looking for a way to filter events from a stream by event type. I know there are event type filtering features for the $all stream, but not for a certain stream. I’m aware that making projections would be one possible way, but it would be quite cumbersome to some extent as it would bring another management point.

Hence, I wonder if 1) there are any other possible ways that I’m not aware of, and 2) what is the reason why ReadStreamAsync doesn’t support the ability to filter events by event type while reading a stream.

Any help would be appreciated.

Kind regards