Skip to content

feat: allow bulk subscription with different pubsub topics at the same time #2389

@adklempner

Description

@adklempner

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    effort/daysRoughly 1–2 working days (~6–16h).maintenanceMarks maintenance type of tasks.

    Projects

    Status

    To Do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions