-
Feature
-
Resolution: Done
-
Major
-
None
-
jboss-fuse-6.3
-
0
-
0%
-
-
Todo
One customer is using fabric http gateway to handle the client request. But sometimes he found it takes about very long (about 8 mins) for the backend server to response.
He wants to set a connection timeout from the http gateway. If it takes too long for the backend server processing, the connection will be closed.
I checked the code[1], looks like the httpgateway set all the parameters from the request and there is no place to set the "timeout" parameter.
Is it possible to achieve his requirement? If no, pls consider providing such function.
[1]https://github.com/jboss-fuse/fabric8/blob/fabric8-1.2.0.redhat-630310/gateway/gateway-core/src/main/java/io/fabric8/gateway/handlers/http/HttpGatewayHandler.java#216
- relates to
-
ENTESB-9451 Fabric8 gateway does not close client connections even when the target container has crashed
- Closed