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

Add configuration property for Reactor Netty's idle timeout #27371

Closed

Conversation

saraswathy-krish
Copy link
Contributor

Through this change,Spring boot is setting its idleTimeout property for netty server to infinite.This is done by introducing a configuration property "server.netty.idle-timeout".

Fixes #27312

Through this change,Spring boot is setting its idleTimeout property for netty server to infinite.This is done by introducing a configuration property "server.netty.idle-timeout".

Fixes spring-projects#27312
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jul 16, 2021
@mbhave mbhave added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Jul 16, 2021
@mbhave mbhave added this to the 2.6.x milestone Jul 16, 2021
@wilkinsona wilkinsona changed the title Add idleTimeout property for reactor-netty server Add configuration property for Reactor Netty's idle timeout Jul 19, 2021
@wilkinsona wilkinsona self-assigned this Jul 19, 2021
@wilkinsona
Copy link
Member

Thanks very much, @saraswathy-krish.

@wilkinsona wilkinsona modified the milestones: 2.6.x, 2.6.0-M1 Jul 19, 2021
wilkinsona pushed a commit that referenced this pull request Jul 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add property for reactor-netty server idleTimeout
4 participants