1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

add "feign.sentinel.enabled" configuration item

This commit is contained in:
fangjian0423 2019-06-13 15:25:54 +08:00
parent 569d0e356d
commit 35ff38fdc4

View File

@ -88,6 +88,12 @@
"type": "java.lang.String",
"defaultValue": "3",
"description": "sentinel the cold factor."
},
{
"defaultValue": "false",
"name": "feign.sentinel.enabled",
"description": "If true, an OpenFeign client will be wrapped with a Sentinel circuit breaker.",
"type": "java.lang.Boolean"
}
]
}