Siegolas
Siegolas
Comment code [link](https://github.com/resilience4j/resilience4j/blob/dc9505a09291dcdf82a06c98d181d269dda0f075/resilience4j-bulkhead/src/main/java/io/github/resilience4j/bulkhead/ThreadPoolBulkhead.java#L326) Right now it states: `@return the number of executing tasks` while it should be: `@return the maximum number of available threads`
I'm creating feign clients using method `FeignClientBuilder(context)`. I'm trying to check the effect of "maxConnections" and "maxConnectionsPerRoute" properties from "spring.cloud.openfeign.httpclient" it seems they are not applied. I'm applying the properties:...