Text
Service A restarts, zuul without adding a retry mechanism, and A service error exception will be reported
Solution: Modify gateway profile
hystrix:
command:
default:
execution:
isolation:
thread:
timeout-in-milliseconds: 20000
zuul:
host:
connect-timeout-millis: 20000
socket-timeout-millis: 20000
routes:
#userMicroservices
userService:
#All requests with /user as the header are forwarded to user
path: /user/**
serviceId: user
#url: http://localhost:8091
pickupService:
#All requests with /pickup as the header are forwarded to pickup
path: /pickup/**
serviceId: pickup
orderService:
#All requests with /order as the header are forwarded to order
path: /order/**
serviceId: order
#Whether retryable is enabled
retryable: true
ribbon:
#resolve the timeout problem caused by zuul forwarding requests
ReadTimeout: 60000
SocketTimeout: 60000
# of retries for the current service
MaxAutoRetries: 2
# of times to switch the same Server
MaxAutoRetriesNextServer: 0
Read More:
- [Solved] Spring cloud zuul Error: com.netflix.zuul.exception.ZuulException
- How to Solve JasperFillManager.fillReport Stuck issue (No Error and No Processing)
- How to Solve Error: No suitable driver found for
- Zuul Gateway Failed to Import Dependency [How to Solve]
- How to Solve Junit Unit Test Error: “No runnable methods“
- How to Solve Swagger error: typeerror: failed to fetch
- [Solved] JSP tag forwarding forword error: org.apache.jasper.JasperException
- How to Solve Error:java.io.InvalidClassException
- How to Solve IBM MQ Connect Error Code 2035
- How to Solve c3p0 error (Cause & Solution)
- How to Solve Swagger error: IllegalStateException
- How to Solve SSM JSON Chinese Messy Code Issue
- How to Solve Error: Your ApplicationContext is unlikely to start due to a @ComponentScan of the default package.
- Mac: How to Solve ERROR launching ‘JD-GUI‘
- How to Solve Java Runtime (class file version 53.0)ERROR
- How to Solve Errors encountered by maven
- How to Solve Springboot YML configurate logging.level error
- How to Solve JUnit Debugging initializationerror ERROR
- Linux: How to Solve jdk11+easy poi Export Excel Error
- How to Solve Log4j 2.5 upgrade to 2.15 error