We use loadBalancerBandwithInResourceWeight
and loadBalancerBandwithOutResourceWeight
to calculate the broker's load in the load balance module. However, the correct conf name should be loadBalancerBandwidthInResourceWeight
and loadBalancerBandwidthOutResourceWeight
. This PIP is to correct the conf name in the load balance module.
The current conf name is incorrect.
loadBalancerBandwithInResourceWeight
and loadBalancerBandwithOutResourceWeight
in the load balance module.loadBalancerBandwidthInResourceWeight
and loadBalancerBandwidthOutResourceWeight
in the load balance module.In case of users upgrading to this version don't notice the change, we will still support the old conf name in following way:
Backward compatible, users can upgrade to this version without doing any changes and the old conf name will still work. If user want to use the new conf name, they can change the conf name in the configuration file. Just remember that if both the new and the old are configured different from the default value, the new one will be used.