Issue Description
Type: feature request
Describe what feature you want
At present, the fallback method of @SentinelResource annotation is designed for handling DegradeException when circuit breaking triggered. Many users were confused by it, as in traditional design, the fallback can also work for business exception, which can be more useful. So maybe we can improve the semantic of fallback in @SentinelResource annotation to support handling business exception.
Discussions are welcomed.
Issue Description
Type: feature request
Describe what feature you want
At present, the fallback method of
@SentinelResourceannotation is designed for handlingDegradeExceptionwhen circuit breaking triggered. Many users were confused by it, as in traditional design, the fallback can also work for business exception, which can be more useful. So maybe we can improve the semantic of fallback in@SentinelResourceannotation to support handling business exception.Discussions are welcomed.