Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ribbon:
- ReadTimeout: 20000
- ConnectTimeout: 500
- ServerListRefreshInterval: 1000
- MaxAutoRetries: 2
- MaxAutoRetriesNextServer: 4
- OkToRetryOnAllOperations: true
- eager-load:
- clients: true
- hystrix:
- command.default.execution.isolation.strategy: THREAD
- command.default.circuitBreaker.enabled: false
- command.default.execution.timeout.enabled: false
- command.default.circuitBreaker.sleepWindowInMilliseconds: 300
- command.default.execution.isolation.thread.timeoutInMilliseconds: 180000
- zuul:
- host:
- max-total-connections: 1000
- max-per-route-connections: 100
- retryable: true
- ribbon:
- eager-load:
- clients: true
- semaphore.maxSemaphores: 2000
- routes:
- coupon-processing-crud-service:
- path: /processing/coupon/crud/**
- stripPrefix: true
- serviceId: coupon-processing-crud-service
- coupon-processing-import-service:
- path: /processing/coupon/import/**
- stripPrefix: true
- serviceId: coupon-processing-import-service
- server:
- port: 8090
- spring:
- servlet:
- multipart:
- enabled: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement