Hi! I am using HAProxy and I would like to use the Data Plane API to dynamically configure the proxy at runtime. I am looking for an API that allows updating the balancing weights of servers within a backend, but I have not found a specific endpoint for this purpose. The only relevant option I found is:
PUT /services/haproxy/configuration/backends/{parent_name}/servers/{name} (docs), but it seems this endpoint requires a proxy reload. Is there a way to update server weights without reloading the proxy and without relying on the socket based API?