-
Notifications
You must be signed in to change notification settings - Fork 11.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ISSUE #6513] fix(proxy): enhance ProxyContext #6522
[ISSUE #6513] fix(proxy): enhance ProxyContext #6522
Conversation
You have successfully added a new CodeQL configuration |
proxy/src/main/java/org/apache/rocketmq/proxy/grpc/interceptor/AuthenticationInterceptor.java
Outdated
Show resolved
Hide resolved
proxy/src/main/java/org/apache/rocketmq/proxy/common/ProxyContext.java
Outdated
Show resolved
Hide resolved
proxy/src/main/java/org/apache/rocketmq/proxy/common/ContextVariable.java
Outdated
Show resolved
Hide resolved
proxy/src/main/java/org/apache/rocketmq/proxy/remoting/activity/ClientManagerActivity.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
proxy/src/main/java/org/apache/rocketmq/proxy/grpc/v2/GrpcMessagingApplication.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Please rebase the develop branch to resolve the CI issue, please refer to #6560 for more details. |
Signed-off-by: lyx <[email protected]>
Signed-off-by: lyx2000 <[email protected]>
Signed-off-by: lyx <[email protected]>
Signed-off-by: lyx <[email protected]>
cc30b96
to
a551ebc
Compare
Codecov Report
@@ Coverage Diff @@
## develop #6522 +/- ##
=============================================
+ Coverage 43.07% 43.09% +0.01%
- Complexity 8992 8998 +6
=============================================
Files 1107 1107
Lines 78260 78295 +35
Branches 10201 10202 +1
=============================================
+ Hits 33713 33743 +30
- Misses 40318 40329 +11
+ Partials 4229 4223 -6
... and 25 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
fix #6513
Brief changelog
add the relevant client information into the channel attr when client heartbeat to ProxyContext