yunlongn opened a new issue #2743: URL: https://github.com/apache/incubator-shenyu/issues/2743
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior My Configuration:  request http://localhost:9195/order/findById?id=3  request http://localhost:9195/order/findById  http://localhost:9195/order/findById status code is abnormal, sentinel should trigger the number of times to downgrade. But the result is not so ### Expected Behavior http://localhost:9195/order/findById reslut {"code":-103,"message":"Service invocation exception, or no result is returned!","data":null} ### Steps To Reproduce start the service  configure divide   open sentinel  configure sentinel  request http://localhost:9195/order/findById ### Environment ```markdown ShenYu version(s): 2.4.0 ``` ### Debug logs _No response_ ### Anything else? find a workable way modify WebClientPlugin  modify SentinelFallbackHandler  try requesting again http://localhost:9195/order/findById Trigger downgrade when abnormal number of times is reached -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
