Consumer groups for pull based consumers in jetstream? #705
-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You don't need consumer groups for pull consumers, just reference the same consumer and fetch/consume/next on it. They will scale horizontally automagically - https://github.com/nats-io/nats.deno/blob/main/jetstream.md#processing-messages |
Beta Was this translation helpful? Give feedback.
-
Thanks for your answer! |
Beta Was this translation helpful? Give feedback.
You don't need consumer groups for pull consumers, just reference the same consumer and fetch/consume/next on it. They will scale horizontally automagically - https://github.com/nats-io/nats.deno/blob/main/jetstream.md#processing-messages