Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Response timeout configuration for reactive netty client. #327

Open
kvmw opened this issue Jan 6, 2025 · 0 comments · May be fixed by #328
Open

Response timeout configuration for reactive netty client. #327

kvmw opened this issue Jan 6, 2025 · 0 comments · May be fixed by #328

Comments

@kvmw
Copy link

kvmw commented Jan 6, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant