Skip to content

Instantly share code, notes, and snippets.

@LokeshAggarwal2
Created August 3, 2020 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LokeshAggarwal2/ae459ccb0106f4354471e78c62c42e99 to your computer and use it in GitHub Desktop.
Save LokeshAggarwal2/ae459ccb0106f4354471e78c62c42e99 to your computer and use it in GitHub Desktop.
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