uber-archive / cherami-server

Distributed, scalable, durable, and highly available message queue system. This project is deprecated and not maintained.
https://eng.uber.com/cherami/
MIT License
1.42k stars 102 forks source link

What should the value of RingHosts be? #277

Closed doodle-tnw closed 7 years ago

doodle-tnw commented 7 years ago

If i build a simple cluster, i set the RingHosts property to the hostname:<frontendport> of all the other hosts in the cluster - That works fine

If I want to separate out each Role, what do I use as the RingHosts value? Is it still just the frontend hosts?

doodle-tnw commented 7 years ago

Right, seems like another one I've answered myself! Apologies -

After stumbling around the code realised it was the front end host 👍