Spring boot/Spring WebClient – The underlying HTTP client completed without emitting a response
from a Spring Boot 3.3.3 microservice – JDK 22, I am trying to contact a Spring Boot 3.1.6 microservice – JDK 18, which in turn makes asynchronous calls to a third microservice. The connection between the first microservice and the second one works correctly, but when the second microservice tries to asynchronously contact the third, I receive the error: “The underlying HTTP client completed without emitting a response.”