Replies: 2 comments 5 replies
-
I will convert this issue to a GitHub discussion. Currently GitHub will automatically close and lock the issue even though your question will be transferred and responded to elsewhere. This is to let you know that we do not intend to ignore this but this is how the current GitHub conversion mechanism makes it seem for the users :( |
Beta Was this translation helpful? Give feedback.
-
We cannot suggest anything with the amount of information provided. Please help others help you and post some actual code that reproduces the behavior. Both plugins rely on routing key values to be reasonably unique and evenly distributed or they won't be able to provide even routing target distribution. That's how hashing works: if the inputs are mostly the same, so are the outputs. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Version : 3.9.7
RabbitMQ sharding plugin or consistent hash exchange is not able to distribute messages uniformly across all queues. Messages always go to one common queue among the list of all bound queues.
Beta Was this translation helpful? Give feedback.
All reactions