Skip to content

Conversation

@qianye1001
Copy link
Contributor

Change-Id: I84ea8161077bc3b1ea54524640697ef793e7d093

Which Issue(s) This PR Fixes

Fixes #10003

Brief Description

How Did You Test This Change?

@codecov-commenter
Copy link

codecov-commenter commented Jan 13, 2026

Codecov Report

❌ Patch coverage is 12.50000% with 14 lines in your changes missing coverage. Please review.
✅ Project coverage is 48.88%. Comparing base (ee10411) to head (3ecf586).

Files with missing lines Patch % Lines
.../apache/rocketmq/proxy/grpc/GrpcServerBuilder.java 0.00% 8 Missing ⚠️
...ache/rocketmq/common/thread/ThreadPoolMonitor.java 0.00% 3 Missing ⚠️
.../org/apache/rocketmq/proxy/config/ProxyConfig.java 50.00% 2 Missing ⚠️
...ocketmq/proxy/remoting/RemotingProtocolServer.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop   #10004      +/-   ##
=============================================
- Coverage      49.03%   48.88%   -0.15%     
+ Complexity     13365    13329      -36     
=============================================
  Files           1373     1373              
  Lines          99682    99688       +6     
  Branches       12884    12884              
=============================================
- Hits           48877    48734     -143     
- Misses         44906    45028     +122     
- Partials        5899     5926      +27     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@lizhimins
Copy link
Member

This commit aims to limit the maximum number of concurrent requests being processed by a single client.

Change-Id: I84ea8161077bc3b1ea54524640697ef793e7d093
Change-Id: Ib484f5a170dbafbba185fa4e9331eb98eff296fd
Change-Id: I5ae2074a065737e113d1261e8412ee3de9f861ec
@qianye1001 qianye1001 force-pushed the maxConcurrentCallsPerConnection branch from d6a898c to 3ecf586 Compare January 19, 2026 05:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Enhancement] Add gRPC maxConcurrentCallsPerConnection Configuration to Proxy

4 participants