Skip to content

Make the proxy to report the number of clients to the broker

meskio requested to merge meskio/snowflake:proxy_load into main

So the assignment of proxies is based on the load. The number of clients is ronded down to 8. Existing proxies that doesn't report the number of clients will be distributed equaly to new proxies until they get 8 clients, that is okish as the existing proxies do have a maximum capacity of 10.

Fixes #40048 (closed)

Merge request reports