Skip to content
Snippets Groups Projects
Commit ae39c9f5 authored by Fernando Ferreira de Lima Filho's avatar Fernando Ferreira de Lima Filho
Browse files

s

parent c5c0056f
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,31 @@ spring:
data:
mongodb:
uri: mongodb://mongo-db-auth:27015/db
resilience4j.circuitbreaker:
instances:
findAllAccount:
registerHealthIndicator: true
ringBufferSizeInClosedState: 5
ringBufferSizeInHalfOpenState: 3
waitDurationInOpenState: 10s
failureRateThreshold: 50
resilience4j.bulkhead:
instances:
bulkheadfindAllAccount:
maxWaitDuration: 2ms
maxConcurrentCalls: 20
resilience4j.thread-pool-bulkhead:
instances:
bulkheadfindAllAccount:
maxThreadPoolSize: 1
coreThreadPoolSize: 1
queueCapacity: 1
resilience4j.retry:
instances:
retryFindAllAccount:
maxRetryAttempts: 5
waitDuration: 10000
eureka:
client:
service-url:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment