This is an automated email from the ASF dual-hosted git repository.
duhengforever pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git.
from 9a9039e Merge pull request #3032 from messense/upgrade-netty-all
new b954d35 feat: issue2715, make netty parameter configure by system
property
new 33a533b feat: add some test case
new 03adb63 feat: add some test case
new 98237b1 feat: add some test case
new 67ceb64 fix: add license
new 59cbbc4 feat: add some test case
new d60643a Merge pull request #2720 from EZLippi/feature/issue2715
The 1724 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../rocketmq/remoting/netty/NettyClientConfig.java | 8 +--
.../rocketmq/remoting/netty/NettySystemConfig.java | 19 ++++++-
.../remoting/netty/NettyClientConfigTest.java | 64 ++++++++++++++++++++++
3 files changed, 86 insertions(+), 5 deletions(-)
create mode 100644
remoting/src/test/java/org/apache/rocketmq/remoting/netty/NettyClientConfigTest.java