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