Replies: 1 comment
-
all configurations are available here: https://quarkus.io/guides/all-config If you are using If you like programatic approach, see https://quarkus.io/guides/rest-client-reactive#programmatic-client-creation-with-quarkusrestclientbuilder |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How does RestClient work internally? Is there a connection pool? If so, can it be configured and how?
Are there any limitations for the number of connections? These things can be configured where using Apache http client library, but what about RestClient classic and also reactive?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions