[BUG] Keep default options consistent between Spring and Java SDK #31494
Labels
azure-spring
All azure-spring related issues
azure-spring-boot
Label for spring issues related with Spring Boot Auto-configuration
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Client
This issue points to a problem in the data-plane of the library.
Milestone
Context
In Spring configuration properties, it's common that there is explicit default-value assignment, e.g., the load-balancing strategy. However, this can cause the default values of Spring and Java SDK become inconsistent when SDK changed their default options. Referring to #25039
Solution
Remove those default options in Spring properties and hand over to SDK.
The text was updated successfully, but these errors were encountered: