Microprofile allows to define connectionPoolSize from RestClient like this:
io.smallrye.restclient.tests.proxy.HelloClient/property/resteasy.connectionPoolSize = 4
When I set this property in my project, quarkus ignores it. How can i define it?
Microprofile allows to define connectionPoolSize from RestClient like this:
io.smallrye.restclient.tests.proxy.HelloClient/property/resteasy.connectionPoolSize = 4
When I set this property in my project, quarkus ignores it. How can i define it?
package org.myproject.config
org.myproject.config.MyRestClientBuilderListener