There is a field named 'connectionRequestTimeout' in RequestConfig.java of http client, but I can't config it from openfeign.

  • I don't find a property to config it from FeignHttpClientProperties.java
  • I don't find a property to config it from Request.Options

When a large number of requests are sent through openfeign, If we don't config this property, the connection pool is exhausted, there will be a large number of requests waiting for connections, and no timeout will occur. This will deplete the tomcat threads.

Can you tell us how to config this property? Thanks!

Comment From: galaxy-sea

Hello @OlgaMaciaszek @fangming-yi , I submitted PR #810

Comment From: fangming-yi

你好,你发来的邮件我已收到,谢谢!   ——易方铭                                            

Comment From: OlgaMaciaszek

@fangming-yi - we read comments written in English only. Comments in other languages won't be addressed.

Comment From: OlgaMaciaszek

Thanks, @galaxy-sea - will look later this week.

Comment From: szpak

Just a friendly reminder about #810 @OlgaMaciaszek - it might get lost in your inbox ;-).

Comment From: fangming-yi

你好,你发来的邮件我已收到,谢谢!   ——易方铭                                            

Comment From: OlgaMaciaszek

Thanks, @szpak. It's queued :). Just back to work from the end of the year break. Will try to look this week or next week at the latest (we still have some time before any future release).