Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement support for Jetstream consumers with multiple subject filters #136

Open
blainejohnson17 opened this issue Nov 7, 2023 · 0 comments
Labels
proposal Enhancement idea or proposal

Comments

@blainejohnson17
Copy link

What motivated this proposal?

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

@blainejohnson17 blainejohnson17 added the proposal Enhancement idea or proposal label Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal Enhancement idea or proposal
Projects
None yet
Development

No branches or pull requests

1 participant