This is an automated email from the ASF dual-hosted git repository.

hefengen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git


The following commit(s) were added to refs/heads/master by this push:
     new a842a3b08 [type:fix] fix loadbalance spi resources (#4411)
a842a3b08 is described below

commit a842a3b082b29d9f75a451eecf5ca6088f5b8da9
Author: mahaitao <[email protected]>
AuthorDate: Mon Feb 27 09:06:33 2023 +0800

    [type:fix] fix loadbalance spi resources (#4411)
    
    * feat:fix spi resources
    
    * feat:fix
    
    ---------
    
    Co-authored-by: mahaitao617 <[email protected]>
---
 .../META-INF/shenyu/org.apache.shenyu.loadbalancer.spi.LoadBalancer     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/shenyu-loadbalancer/src/main/resources/META-INF/shenyu/org.apache.shenyu.loadbalancer.spi.LoadBalancer
 
b/shenyu-loadbalancer/src/main/resources/META-INF/shenyu/org.apache.shenyu.loadbalancer.spi.LoadBalancer
index 959d2f2eb..e74332f0c 100644
--- 
a/shenyu-loadbalancer/src/main/resources/META-INF/shenyu/org.apache.shenyu.loadbalancer.spi.LoadBalancer
+++ 
b/shenyu-loadbalancer/src/main/resources/META-INF/shenyu/org.apache.shenyu.loadbalancer.spi.LoadBalancer
@@ -13,7 +13,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-
 random=org.apache.shenyu.loadbalancer.spi.RandomLoadBalancer
 roundRobin=org.apache.shenyu.loadbalancer.spi.RoundRobinLoadBalancer
 hash=org.apache.shenyu.loadbalancer.spi.HashLoadBalancer
+leastActive=org.apache.shenyu.loadbalancer.spi.LeastActiveLoadBalance

Reply via email to