spicydev commented on code in PR #3776:
URL: https://github.com/apache/shenyu/pull/3776#discussion_r933935476


##########
shenyu-plugin/shenyu-plugin-httpclient/src/main/java/org/apache/shenyu/plugin/httpclient/WebClientPlugin.java:
##########
@@ -49,27 +50,29 @@ public WebClientPlugin(final WebClient webClient) {
     }
 
     @Override
-    protected Mono<ClientResponse> doRequest(final ServerWebExchange exchange, 
final String httpMethod, final URI uri,
+    protected Mono<ResponseEntity<Void>> doRequest(final ServerWebExchange 
exchange, final String httpMethod, final URI uri,

Review Comment:
   Agree @yu199195 , I was missing this piece. we can modify the 
WebClientMessageWriter to use newer WebClient.ResponseSpec instead of 
ClientResponse to process data. what are your thoughts on the above.



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