When I use OpenFegin ,this component read time out default time 。I think should throw Timeout Exception .
Comment From: OlgaMaciaszek
Hello @1713612859. Looks like the issue is with Alibaba as that's the point in the stack where the exception is being thrown. In any case, if you want us to verify it, please provide a minimal, complete, verifiable example that reproduces the issue.
Comment From: 1713612859
I'm not sure is alibaba problem ,When I set readTime 500000, timeout 1000000 , Then can't throw any error . because , the request have 30s . This is example of case for you .
feign: client: config: default: # 默认配置,适用于所有 Feign 客户端 connectTimeout: 500000 # 连接超时,单位毫秒 readTimeout: 1000000 # 读取超时,单位毫秒 loggerLevel: full # 日志级别,可选值 none, basic, headers, full
Comment From: 1713612859
But, I think should throw time out exception @OlgaMaciaszek
Comment From: OlgaMaciaszek
Hello @1713612859 Please provide a minimal, complete, verifiable example that reproduces the issue.
Comment From: spring-cloud-issues
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.
Comment From: spring-cloud-issues
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.