ochinchina / thriftproxy

a thrift proxy for thrift binary protocol
Apache License 2.0
16 stars 7 forks source link

No weight for the backend servers #4

Open ochinchina opened 4 years ago

ochinchina commented 4 years ago

all the backend servers are treated equally and the requests will be dispatched to these backend servers in even way. It is to have a weight parameter for each backend to control how the requests will be dispatched to these backend servers. The backend servers with bigger weight value should process more requests than the backend servers with smaller weight value.