Max Arndt

Results 2 issues of Max Arndt

In nats_jetstream input processor, I cannot use the `stream` option without `subject` set. Acording to the [docs](https://www.benthos.dev/docs/components/inputs/nats_jetstream#stream) this should work: https://github.com/benthosdev/benthos/blob/88c01d179d3aa4030795ac0f52459dd7a333284b/website/docs/components/inputs/nats_jetstream.md?plain=1#L190-L192 ## Reproduction ```yaml input: nats_jetstream: urls: [nats://srv:port] stream: "somestream"...

bug

Solves #2576 Hope this helps. Let me know if you want to see any improvements.