resilience4j.bulkhead
resilience4j.bulkhead: | |
instances: | |
bulkheadService1: | |
maxWaitDuration: 1000ms | |
maxConcurrentCall: 2 | |
resilience4j.thread-pool-bulkhead: | |
instances: | |
bulkheadService1: | |
maxThreadPoolSize: 1 | |
coreThreadPoolSize: 1 | |
queueCapacity: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment