Skip to content

[ISSUE #10003] Add gRPC maxConcurrentCallsPerConnection Configuration to Proxy#10004

Merged
lizhimins merged 1 commit intoapache:developfrom
qianye1001:maxConcurrentCallsPerConnection
Mar 30, 2026
Merged

[ISSUE #10003] Add gRPC maxConcurrentCallsPerConnection Configuration to Proxy#10004
lizhimins merged 1 commit intoapache:developfrom
qianye1001:maxConcurrentCallsPerConnection

Conversation

@qianye1001
Copy link
Copy Markdown
Contributor

Change-Id: I84ea8161077bc3b1ea54524640697ef793e7d093

Which Issue(s) This PR Fixes

Fixes #10003

Brief Description

How Did You Test This Change?

@codecov-commenter
Copy link
Copy Markdown

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.84%. Comparing base (35c88e3) to head (d1091bc).

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      48.92%   48.84%   -0.09%     
+ Complexity     13375    13357      -18     
=============================================
  Files           1373     1373              
  Lines          99908    99914       +6     
  Branches       12901    12901              
=============================================
- Hits           48878    48800      -78     
- Misses         45096    45168      +72     
- Partials        5934     5946      +12     

☔ 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
Copy Markdown
Member

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

@qianye1001 qianye1001 force-pushed the maxConcurrentCallsPerConnection branch from d6a898c to 3ecf586 Compare January 19, 2026 05:41
@qianye1001 qianye1001 force-pushed the maxConcurrentCallsPerConnection branch from 3ecf586 to d1091bc Compare March 30, 2026 02:51
@lizhimins lizhimins merged commit 7d7eb73 into apache:develop Mar 30, 2026
11 of 14 checks passed
@qianye1001 qianye1001 deleted the maxConcurrentCallsPerConnection branch March 30, 2026 06:27
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