httpmq
httpmq copied to clipboard
Horizontal scale
Very interesting, how to make this horizontal scaling?
Any persistent volume should I define that can I share with every node (server)?
That's an interesting question. To support horizontal scaling, you could consider implementing a multi-node cluster based on the Raft consensus algorithm. This would allow for fault tolerance and improved read capacity across multiple nodes. However, write operations might still be limited by the performance of a single node.