Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ribbon:
- MaxHttpConnectionsPerHost: 700
- ReadTimeout: 20000
- ConnectTimeout: 20000
- ServerListRefreshInterval: 1000
- MaxAutoRetries: 2
- MaxAutoRetriesNextServer: 4
- OkToRetryOnAllOperations: true
- okToRetryOnAllErrors: true
- eager-load:
- clients: true
- hystrix:
- command.default.execution.isolation.strategy: SEMAPHORE
- command.default.circuitBreaker.sleepWindowInMilliseconds: 300
- command.default.execution.isolation.thread.timeoutInMilliseconds: 180000
- command.default.execution.isolation.semaphore.maxConcurrentRequests: 100
- command.default.circuitBreaker.enabled: false
- command.default.execution.timeout.enabled: false
- zuul:
- ribbonIsolationStrategy: THREAD
- semaphore.max-semaphores: 2000
- host:
- max-total-connections: 2000
- max-per-route-connections: 1000
- socket-timeout-millis: 2000000
- connect-timeout-millis: 10000
- retryable: true
- ribbon:
- eager-load:
- clients: true
- 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