Replies: 1 comment 7 replies
-
I made a branch/patch recently that you participated in where you were able to alter connection options. I take it that didn't work for you? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I am using apiman v2.1.0 and vertx gateway. I have one service which takes more than 2 min to process data( I have few other services which takes more than 2 min ) . When I directly call that service using endpoint of the services it works fine. But similar thing when I try from vertx gateway it gives me 504 Gateway Time-out.
I read on the vertx documentation section that default timeout is 30 sec. ( https://vertx.io/docs/vertx-core/java/ ). Do we have same for apiman vertx gateway ? I tried to look for similar property to put into conf-es.json but could not find any relevant documentation for the same.
How can we configure the value of this timeout ?
Can anyone help me out here on this?
Beta Was this translation helpful? Give feedback.
All reactions