dragon-zhang opened a new issue #2963:
URL: https://github.com/apache/incubator-shenyu/issues/2963


   ### Is there an existing issue for this?
   
   - [X] I have searched the existing issues
   
   ### Current Behavior
   
   `NettyHttpClientPlugin` did not retry when fail.
   
   ### Expected Behavior
   
   when fail, `NettyHttpClientPlugin` has retry like `WebClientPlugin`.
   
   ### Steps To Reproduce
   
   1. run `ShenyuAdminBootstrap`;
   2. set `shenyu.httpclient.strategy=netty` then run `ShenyuAdminBootstrap`;
   3. run `ShenyuTestHttpApplication`;
   4. send request
   ```http
   POST http://localhost:9195/http/shenyu/client/timeout
   Accept: application/json
   Content-Type: application/json
   ```
   
   ### Environment
   
   ```markdown
   ShenYu version(s): 2.4.2
   ```
   
   
   ### Debug logs
   
   nop
   
   ### Anything else?
   
   nop


-- 
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]


Reply via email to