|
|
|
@ -117,7 +117,7 @@ public class NettyRoutingFilter implements GlobalFilter, Ordered {
@@ -117,7 +117,7 @@ public class NettyRoutingFilter implements GlobalFilter, Ordered {
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
if (properties.getResponseTimeout() != null) { |
|
|
|
|
responseMono.timeout(properties.getResponseTimeout(), |
|
|
|
|
responseMono = responseMono.timeout(properties.getResponseTimeout(), |
|
|
|
|
Mono.error(new TimeoutException("Response took longer than timeout: " + |
|
|
|
|
properties.getResponseTimeout()))); |
|
|
|
|
} |
|
|
|
|