Add missing LB properties to configuration-metadata.
This commit is contained in:
@@ -27,6 +27,12 @@
|
||||
"name": "spring.cloud.loadbalancer.retry.avoid-previous-instance",
|
||||
"description": "Enables wrapping ServiceInstanceListSupplier beans with `RetryAwareServiceInstanceListSupplier` if Spring-Retry is in the classpath.",
|
||||
"type": "java.lang.Boolean"
|
||||
},
|
||||
{
|
||||
"defaultValue": "default",
|
||||
"name": "spring.cloud.loadbalancer.configurations",
|
||||
"description": "Enables a predefined LoadBalancer configuration.",
|
||||
"type": "java.lang.String"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user