Quarkus Rest Client Builder and Fault Tolerance
Wondering if does QuarkusRestClientBuilder supports to MP Faul Tolerance annotations?
how to set header in yaml config for rest-client in quarkus
how is possible to define a custom header in the rest-client yaml configuration in quarkus? the following config does not work, headaer-name is not provided in the client request
Custom json field name for DTO’s field
Currently I am making upgrade of Quarkus environment from 3.2 to 3.11. After upgrade to newer version I found a strange behaviour.
Remove unwanted @Singleton Bean from Quarkus in Extension
I develop a quarkus extension using this guide which uses another 3rd party quarkus extension as dependency (I have no control over the source code from the 3rd party). The 3rd party extension registers a bean via @Singleton
and this bean is always present when I use my extension in a quarkus app (I see it in the dev UI)
Quarkus Rest Client MTLS configuration guide
Where can I find the guide for setting up MTLS on REST clients?