Latest RabbitMQ release with exchange type x-modulus-hash?

六眼飞鱼酱① 提交于 2020-02-06 07:56:36

问题


I understand that the exchange type x-modulus-hash has given its place to x-consistent-hash. I am trying to deploy an app, the source code for which uses x-modulus-hash and I can't change it.

Which version of RabbitMQ should I revert back to? I am deploying the app using the stolon/rabbitmq-ha helm chart. It would be more useful to know the suitable version for this chart.


回答1:


Alright, my bad! x-modulus-hash has not been discontinued. It is an exchange type that will be add when the sharding plugin is enabled using the following command:

rabbitmq-plugins enable rabbitmq_sharding


来源:https://stackoverflow.com/questions/59947668/latest-rabbitmq-release-with-exchange-type-x-modulus-hash

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!