Replies: 2 comments 1 reply
-
Yes pull consumers will allow that behavior. |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can add pull consumers for all messages or any subset that can be expressed by a subject (wildcard). You then run as many application binding to the same consumer. When scaling back down we recommend draining the subscriptions. https://natsbyexample.com/examples/jetstream/pull-consumer/go |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can we distribute mesages from one subject to dynamic pool of applications with pull readers? Now we do that using one push consumer with "Deliver Queue Group" specified and one subscriber with such group in each app. So message processed only in one available application. Can we do that using pull subscribers? It's important that:
In Kafka it realized with "consumer group" feature.
Beta Was this translation helpful? Give feedback.
All reactions