You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks to that processors will be automatically typed by that. This can be useful if we have multiple processors for the same stream subscription.
It's optional and falls back to event, so each processor can still have it's own event type (e.g. when subscribing to all events).
Other option is to put a union of all events in consumer and then use just a subset of those types in processors.
0 commit comments