You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered: