python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Can Rendezvous hashing add a node efficiently?
The wikipedia article for Rendezvous hashing (https://en.wikipedia.org/wiki/Rendezvous_hashing) doesn't explain what happens when you add a node to the hash table. The way I understand it, if you add ...

A Parikh
Votes: 0
Answers: 1
How to use consistent hashing to allocate multiple servers for the same key?
I'm reading a system design article about design ticketmaster. It mentions:
We can use the Consistent Hashing to allocate application servers for both ActiveReservationService and WaitingUserService b...

summer
Votes: 0
Answers: 0
Can I use routing key for binding to exchange when using RabbitMQ consistent hashing?
I need to achieve pub/sub messaging where one publisher publishes an event to a single consistent hashing exchange and other subscribers use routing key (event name) to indicate interest in a specific...
gtest gtest
Votes: 0
Answers: 0
Autoscaling Backend and RabbitMQ Queues
I have an IoT system around 100k devices, publishing their state every second to the backend written in Java/Spring Boot. Until now, I was using gRPC but I see excessive CPU usage so I was planning to...
bca
Votes: 0
Answers: 1