apache / rocketmq

Apache RocketMQ is a cloud native messaging and streaming platform, making it simple to build event-driven applications.
https://rocketmq.apache.org/
Apache License 2.0
21.13k stars 11.64k forks source link

[ISSUE #8720] Support disable netty server worker group by config #8721

Closed lizhimins closed 1 week ago

lizhimins commented 1 week ago

Which Issue(s) This PR Fixes

Fixes #8720

Brief Description

How Did You Test This Change?

codecov-commenter commented 1 week ago

Codecov Report

Attention: Patch coverage is 33.33333% with 4 lines in your changes missing coverage. Please review.

Project coverage is 47.44%. Comparing base (cab4fda) to head (267bc8d).

Files with missing lines Patch % Lines
...e/rocketmq/remoting/netty/NettyRemotingServer.java 0.00% 0 Missing and 2 partials :warning:
...che/rocketmq/remoting/netty/NettyServerConfig.java 50.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #8721 +/- ## ============================================= - Coverage 47.48% 47.44% -0.04% + Complexity 11536 11535 -1 ============================================= Files 1279 1279 Lines 89558 89562 +4 Branches 11514 11516 +2 ============================================= - Hits 42525 42492 -33 - Misses 41807 41844 +37 Partials 5226 5226 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.