GitHub user lizhanhui opened a pull request:
https://github.com/apache/incubator-rocketmq/pull/106
[ROCKETMQ-202] Using the native transport
Since 4.0.16, Netty provides the native socket transport for Linux using
JNI. This transport has higher performance and produces less garbage, so you
might want to give it a try.
See [Netty native transportation
docs](http://netty.io/wiki/native-transports.html)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lizhanhui/incubator-rocketmq ROCKETMQ-202
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-rocketmq/pull/106.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #106
----
commit fccc2d3f0d38fa40e863a56442dbe10ee91b7ac5
Author: Li Zhanhui <[email protected]>
Date: 2017-05-18T05:12:56Z
Using the native transport
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---