You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a property called eureka.client.webclient.enabled. It's used in the code and its description is present in additional-spring-configuration-metadata.json:
{
"defaultValue": false,
"name": "eureka.client.webclient.enabled",
"description": "Enables the use of WebClient for Eureka HTTP Client.",
"type": "java.lang.Boolean"
}
However both reference guides about Spring Cloud Netflix misses this property:
Describe the bug
Hi
There's a property called eureka.client.webclient.enabled. It's used in the code and its description is present in additional-spring-configuration-metadata.json:
{
"defaultValue": false,
"name": "eureka.client.webclient.enabled",
"description": "Enables the use of WebClient for Eureka HTTP Client.",
"type": "java.lang.Boolean"
}
However both reference guides about Spring Cloud Netflix misses this property:
https://docs.spring.io/spring-cloud-netflix/docs/current/reference/html/
https://docs.spring.io/spring-cloud-netflix/docs/current/reference/html/appendix.html
The text was updated successfully, but these errors were encountered: