HTTP interface client should not set a default blockingTimeout value and instead let the underlying HTTP client determine the behavior #30248
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: superseded
An issue that has been superseded by another
type: enhancement
A general enhancement
Affects: Spring Boot 3.0.5 / Spring Framework 6.0.7
As mentioned in the title, it seems the webclient timeout value does not work when using the HTTP interface.
But the same timeout value works when using the webclient directly as below.
I have added a minimal sample application that demonstrates the above issue.
https://github.com/pmverma/demo-http-interface-webclient-timeout
All codes are in a single file DemoHttpInterfaceWebclientTimeoutApplication.java
Regards,
Mohan
The text was updated successfully, but these errors were encountered: