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

[Question] Multiple consumers and partial ordering #107

Open
zim32 opened this issue Apr 9, 2023 · 0 comments
Open

[Question] Multiple consumers and partial ordering #107

zim32 opened this issue Apr 9, 2023 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@zim32
Copy link

zim32 commented Apr 9, 2023

Good day. Thanks you for amazing tool.

I am considering this project but my question is, is it possible to implement partial ordering with this tool? I mean, suppose we have multiple consumers and we need to guarantee that tasks with the same hash (ordering group or somethink like that) will be processed by same consumer?

In kafka this is done automatically, in rabbitmq there is a plugin for that. You can read about partial ordering in this article

https://alexravikovich.medium.com/rabbitmq-partial-order-implementation-using-consistent-hash-exchange-golang-29ab6f439021

Thanks a lot.

@fardeon fardeon added enhancement New feature or request question Further information is requested labels Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants