Bring NATS Jetstream input up to the latest features that the NATS Jetstream consumer supports. #3013
Labels
enhancement
nats
Issues relating to NATS and Jetstream
needs investigation
It looks as though have all the information needed but investigation is required
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
json:"filter_subjects,omitempty"
My current use case.
Setup a jetstream to capture everything in
orders.>
. The expectation is that messages will be written toorders.placed
,orders.canceled
,orders.fullfilled
etc.Create a consumer that I can select any number of subjects under orders.>.
The text was updated successfully, but these errors were encountered: