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
NATS server v 2.10 supports consumer with mulitple FilterSubjects.
What is the proposed change?
Jetstream#subscribe and Jetstream#pull_subscribe methods both currently accepts positional arg subject and is expected to be a single subject filter (string). These could be enhanced to optionally accept an array of strings to create auto-create consumers with multiple subject filters.
Who benefits from this change?
No response
What alternatives have you evaluated?
No response
The text was updated successfully, but these errors were encountered:
What motivated this proposal?
NATS server v 2.10 supports consumer with mulitple FilterSubjects.
What is the proposed change?
Jetstream#subscribe
andJetstream#pull_subscribe
methods both currently accepts positional argsubject
and is expected to be a single subject filter (string). These could be enhanced to optionally accept an array of strings to create auto-create consumers with multiple subject filters.Who benefits from this change?
No response
What alternatives have you evaluated?
No response
The text was updated successfully, but these errors were encountered: