Document webflux native transports#36461
Document webflux native transports#36461vpelikh wants to merge 1 commit intospring-projects:mainfrom
Conversation
|
Thanks for the proposal, unfortunately we cannot accept it at the moment since the DCO is not signed. Also I think this documentation section would be a better fit for the Reactor Netty docs - Spring Framework is not really involved here and the Reactor Netty would be better positioned to keep this information up-to-date. Please suggest improvements in the Reactor Netty project directly. Thanks! |
|
Hello @bclozel. I understand your point of view. However, I think that given the performance improvements of native transports and the ease of adding them, information about them should be provided to Spring Framework users not from somewhere on the internet, but directly in the documentation, as it is a cost-free optimization for most applications. P.S. I have added DCO to my commit, but the PR does not update, apparently because it is closed. |
|
@vpelikh I can't find such documentation in Reactor Netty. Wouldn't be strange to document this here and not have it in Reactor Netty? I am sure other people would argue that this could be in Spring Boot because dependency management is done there. We can link to the relevant Reactor Netty section once it's there. |
|
@bclozel, you're right, I'll make an MR in Reactor Netty, thanks! |
Users struggle to determine if native transports are supported and how to enable them. This documentation makes it clear and provides actionable steps, improving performance for high-concurrency applications.