I have an sync endpoint defined as follows:
@PostMapping(\"/some/url/\") @ResponseBody public Future something(...) { ... do stuff ... } >
Can you please try to add below property in application.properties.
spring.mvc.async.request-timeout = # Amount of time (in milliseconds) before asynchronous request handling times out.