The ____ property in Ribbon can be configured to modify the load-balancing strategy used in a Spring Cloud application.

  • ribbon.client.name
  • ribbon.eureka.enabled
  • ribbon.loadbalancer.strategy
  • ribbon.server-list-refresh-interval
The ribbon.loadbalancer.strategy property in Ribbon can be configured to modify the load-balancing strategy used in a Spring Cloud application. This property allows you to specify the load-balancing algorithm, such as round robin, random, or weighted, that Ribbon should use when distributing requests among available service instances. Customizing this property is useful for tailoring the load-balancing behavior to meet the specific needs of your application.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *