开发者

Python based publish subscribe middleware

开发者 https://www.devze.com 2023-02-22 09:03 出处:网络
Is there a scalable, python based publish subs开发者_Go百科cribe middleware available? I tried RabbitMQ, but it does not scale well over 32-64 nodes.

Is there a scalable, python based publish subs开发者_Go百科cribe middleware available? I tried RabbitMQ, but it does not scale well over 32-64 nodes.

I need a middleware that could run over >1000 nodes

Thanks


It depends on what do you mean about 'scalability'. RabbitMQ is designed for high stability with scalability.

There is also ZeroMQ, designed for very high performance (but less features). You can see the performance tests of ZeroMQ.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号