Re: How to edit backend members in realtime without HAProxy restart

2014-06-19 Thread Igor Serebryany
Hi Justin, We do something similar with Synapse, here: https://github.com/airbnb/synapse Two caveats: * there is no way to dynamically *add* backends to haproxy without a restart. Synapse uses the stats socket to put down backends in maintenance mode and bring them back up when the backend

effect of adding `cookie` option to server

2014-06-18 Thread Igor Serebryany
Hi! I am trying to figure out what the effect of adding the `cookie` option to a `server` config line is. According to this chunk of documentation: https://cbonte.github.io/haproxy-dconv/configuration-1.4.html#5-cookie This value will be checked in incoming requests, and the first operational