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:
parent
c4636dfd6f
commit
8f30ea1d6f
@ -94,6 +94,12 @@
|
|||||||
"type": "java.lang.Boolean",
|
"type": "java.lang.Boolean",
|
||||||
"description": "Whether to enable sentinel health check.",
|
"description": "Whether to enable sentinel health check.",
|
||||||
"defaultValue": true
|
"defaultValue": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"defaultValue": "false",
|
||||||
|
"name": "feign.sentinel.enabled",
|
||||||
|
"description": "If true, an OpenFeign client will be wrapped with a Sentinel circuit breaker.",
|
||||||
|
"type": "java.lang.Boolean"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user