Replies: 2 comments 10 replies
-
Converted to a discussion. This is already possible by using the queue subscriptions to have multiple subscribers for a given consumer. See here: https://docs.nats.io/nats-concepts/core-nats/queue#stream-as-a-queue |
Beta Was this translation helpful? Give feedback.
5 replies
-
@neilalexander What I need is the following consumption pattern: first consume all Message 1 messages for each subject, and then consume Message 2 messages for each subject, instead of consuming all Message 1, Message 2, and Message 3 for Subject 1 before consuming Subject 2 ![]() |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Proposed change
Add new options
Use case
When consuming stream messages, consumers can take turns receiving messages for each subject, thus ensuring fair consumption
Contribution
No response
Beta Was this translation helpful? Give feedback.
All reactions