apache / apache/servicecomb-java-chassis
[FEATURE] - The servicecomb-client supports configurable connectTimeout , connectRequestTimeout, socketTimeout.
- Dominant language
- Java
- Stars
- 1.9k
- Forks
- 814
- Avg merge
- 8d 23h
- Merged PRs (30d)
- 1
Description
### Problem this feature would solve
When the network is delayed or the server is under heavy pressure, increase the timeout interval to improve the client connection success rate.
### Describe the solution
Service-center , config-center separately provide configurable timeout interval.
For example:
service-center provider three configuration:
servicecomb.serviceCenter.connectTimeout、servicecomb.serviceCenter.connectRequestTimeout、servicecomb.serviceCenter.socketTimeout
config-center provider three configuration:
servicecomb.configCenter.connectTimeout、servicecomb.configCenter.connectRequestTimeout、servicecomb.configCenter.socketTimeout
### Alternatives considered
_No response_
### Additional Context
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.