spring-cloud / spring-cloud-commons

Common classes used in different Spring Cloud implementations
Apache License 2.0
701 stars 697 forks source link

Custom LoadBalancer configuration not working properly when class simple name same as the default configuration #1359

Open OlgaMaciaszek opened 2 months ago

OlgaMaciaszek commented 2 months ago

To reproduce, use this sample: https://github.com/spring-cloud-samples/feign-eureka/tree/custom-loadbalancer-config and change the class name of LoadBalancerClientConfig to LoadBalancerClientConfiguration.