QubitProducts / bamboo

HAProxy auto configuration and auto service discovery for Mesos Marathon
Apache License 2.0
793 stars 214 forks source link

Clarify Bamboo.Endpoint's uniqueness #175

Closed cwegrzyn closed 8 years ago

cwegrzyn commented 8 years ago

This makes explicit that each Bamboo instance needs a unique Endpoint address.

We figured this out the hard way after setting the endpoint to a DNS name that round-robined all of the bamboo servers. Only one instance would ever receive an update from Marathon, and so the bamboo instances all end up out-of-sync.

Happy to swap in any other/better language-- but hopefully this will save folks from making the mistake we did.

j1n6 commented 8 years ago

Thank you, any doc improvements are always appreciated.