Description
NextFilter allows to subscribe with an array of decoders but has constrain of them having same pubsub topic.
Current behavior:
- API accepts
IDecoder<T> | IDecoder<T>[]
- Throws runtime error:
"Cannot subscribe to more than one pubsub topic at the same time"
User Story
As a developer using the Filter API, I want to subscribe with an array of decoders with different pubsub topics.
Proposed Solution / Feature Design
Should be straightforward from the description.