You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
501 B
17 lines
501 B
{
|
|
"properties": [
|
|
{
|
|
"name": "spring.cloud.polaris.loadbalancer.enabled",
|
|
"type": "java.lang.Boolean",
|
|
"defaultValue": "true",
|
|
"description": "polaris loadbalancer"
|
|
},
|
|
{
|
|
"name": "spring.cloud.polaris.loadbalancer.strategy",
|
|
"type": "java.lang.String",
|
|
"defaultValue": "random",
|
|
"description": "retry,best_available,availability_filtering,round_robin,weighted_response_time,zone_avoidance,random,consistent_hash,weighted_random"
|
|
}
|
|
]
|
|
}
|