-
Notifications
You must be signed in to change notification settings - Fork 67
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
use openssl provider instead of jdk provider to improve performance #123
Conversation
Codecov Report
@@ Coverage Diff @@
## main #123 +/- ##
=======================================
Coverage 45.01% 45.01%
=======================================
Files 107 107
Lines 4567 4567
Branches 676 677 +1
=======================================
Hits 2056 2056
Misses 2157 2157
Partials 354 354
Help us with your feedback. Take ten seconds to tell us how you rate us. |
mqtt-cs/src/main/java/org/apache/rocketmq/mqtt/cs/protocol/ssl/SslFactory.java
Outdated
Show resolved
Hide resolved
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.
please check again the netty-tcnative-boringssl-static package.
mqtt-cs/src/main/java/org/apache/rocketmq/mqtt/cs/protocol/ssl/SslFactory.java
Outdated
Show resolved
Hide resolved
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
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
This pr is to resolve @pingww 's review in PR-115 Support tls tcp server. Switch ssl provider to openssl, performance will be better.
link #51