Open ghstahl opened 4 days ago
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"
json:"filter_subjects,omitempty"
My current use case.
Setup a jetstream to capture everything in orders.>. The expectation is that messages will be written to orders.placed, orders.canceled, orders.fullfilled etc.
orders.>
orders.placed
orders.canceled
orders.fullfilled
Create a consumer that I can select any number of subjects under orders.>.
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.
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.>.