Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to ensure that the writing and consumption of messages are ordered? #132

Closed
cclever7 opened this issue Nov 17, 2022 · 1 comment
Closed

Comments

@cclever7
Copy link

No description provided.

@wellle
Copy link
Member

wellle commented Nov 17, 2022

If you have a single producer and a single consumer, then all messages will be consumed exactly in the order they were produced. Once you have multiple producers or multiple consumers there's no guarantee of total order globally anymore.

@wellle wellle closed this as completed Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants