-
Notifications
You must be signed in to change notification settings - Fork 16
DOCSP-48679: strongly recommend Netty #124
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
Conversation
✅ Deploy Preview for docs-java-rs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! The terminology of asynchronous I/O
is fine here since it reflects how Netty handles I/O in practice, even if it's not strictly OS-level async I/O like io_uring
or IOCP
.
54381b3
to
480559b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM w/ one small fix!
source/connect-to-mongo/tls.txt
Outdated
|
||
.. tip:: Prefer Netty for Asynchronous Apps | ||
|
||
We recommend using Netty for asychronous applications, as it supports |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We recommend using Netty for asychronous applications, as it supports | |
We recommend using Netty for asychronous applications because it supports |
(cherry picked from commit 2f0b2ea)
(cherry picked from commit 2f0b2ea)
(cherry picked from commit 2f0b2ea)
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-48679
Staging Links
TLS page
Self-Review Checklist