Multiple rest client instances #28785
-
Hello all, How can i overcome this issue and inject multiple rest client instances (one per each verticle instance) Thank you very much. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 13 replies
-
/cc @Sgitario, @cescoffier, @geoand |
Beta Was this translation helpful? Give feedback.
-
I should also include that we are using the reactive libraries for resteasy and rest client and we have registered the config for connections: |
Beta Was this translation helpful? Give feedback.
-
Hi,
Can you describe your performance concern and what your thought process on using multiple verticle instances was? Thanks |
Beta Was this translation helpful? Give feedback.
-
Returned with some results. Indeed guys playing around with the connection pool size and benchmarking every time, ended up in a performance increase. (Other's system gateway started rejecting me because of heavy load😇). Thank you very much!!! |
Beta Was this translation helpful? Give feedback.
Hi,
Can you describe your performance concern and what your thought process on using multiple verticle instances was?
I want to understand the root cause before trying to give an answer.
Thanks