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

Bring NATS Jetstream input up to the latest features that the NATS Jetstream consumer supports. #3013

Open
1 task
ghstahl opened this issue Nov 18, 2024 · 0 comments
Labels
enhancement nats Issues relating to NATS and Jetstream needs investigation It looks as though have all the information needed but investigation is required

Comments

@ghstahl
Copy link

ghstahl commented Nov 18, 2024

auth ref

There are a handful of config options I can do with jetstream that are not supported with benthos.

here is the latest consumer config from nats.

Here is at least one of them

  • FilterSubjects []string json:"filter_subjects,omitempty"

My current use case.

  1. Setup a jetstream to capture everything in orders.>. The expectation is that messages will be written to orders.placed, orders.canceled, orders.fullfilled etc.

  2. Create a consumer that I can select any number of subjects under orders.>.

@mihaitodor mihaitodor added enhancement needs investigation It looks as though have all the information needed but investigation is required nats Issues relating to NATS and Jetstream labels Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement nats Issues relating to NATS and Jetstream needs investigation It looks as though have all the information needed but investigation is required
Projects
None yet
Development

No branches or pull requests

2 participants