Closed hooverhe closed 2 days ago
i pick the first option
I think you do not have the annotation with @EnableCircuitBreaker under Sentinel
This issue has been open 30 days with no activity. This will be closed in 7 days.
This issue has been automatically marked as stale because it hasn't had any recent activity.If you think this should still be open, or the problem still persists, just pop a reply in the comments and one of the maintainers will (try!) to follow up. Thank you for your interest and contribution to the Sping Cloud Alibaba Community.
More than one implementation of @EnableCircuitBreaker (now relying on @conditionals to pick one): [com.alibaba.cloud.sentinel.custom.SentinelCircuitBreakerConfiguration, org.springframework.cloud.netflix.hystrix.HystrixCircuitBreakerConfiguration]
The version of spring boot and cloud:
If I exclude those Hystrix dependencies, the application will throw exception. How to disable Hystrix while using Sentinel?