You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reactor netty client has no default value for response-timeout which means it can wait indefinitely to receive response from the server. ClientOptions has a property called readTimeout which can be used for this purpose but at the moment it is only used in non-reactive clients.
In general, the other connection properties like pool size and... in theHttpClient should be configurable but the response-timeout is the most critical one for us.
The text was updated successfully, but these errors were encountered:
kvmw
linked a pull request
Jan 8, 2025
that will
close
this issue
Reactor netty client has no default value for response-timeout which means it can wait indefinitely to receive response from the server.
ClientOptions
has a property calledreadTimeout
which can be used for this purpose but at the moment it is only used in non-reactive clients.In general, the other connection properties like pool size and... in the
HttpClient
should be configurable but the response-timeout is the most critical one for us.The text was updated successfully, but these errors were encountered: