[RIP-2] Add proxy admin online client query API#112
Draft
pilichoumao wants to merge 1 commit into
Draft
Conversation
This was referenced Jul 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This draft proposes the formal protobuf contract for RocketMQ RIP-2 Proxy Admin
M1 online-client query. It adds a standalone
ProxyAdminServicetoapache/rocketmq/v2/admin.protowithListClients,DescribeClient,ListClientsByGroup, andListClientsByTopic.The service is separate from
MessagingServiceso the implementation canisolate admin service registration, port, executors, authentication, and ACL.
Review Checkpoints
c372905ce927cf8957333e7ac07877f295fd7ec9bde34c88ba575177b28e2854a8e7fa20ee628a82M1 Scope
PROXY_SCOPE_LOCAL_PROXYand omitted scope are the supported public M1 modes.PROXY_SCOPE_ALL_PROXIESandPROXY_SCOPE_PROXY_IDare reserved but remaingated until multi-proxy discovery, authorization, timeout, and pagination
ownership are accepted.
Admin:proxy.admin.client.Downstream Verification
The downstream full release-distribution smoke also reached all four generated
public RPCs on the isolated admin listener, verified live
NOT_FOUNDandBAD_REQUESTsemantics, and proved service isolation in both directions.Its authenticated runtime runner additionally exited
0after checking valid,unsigned, and bad-signature calls plus LIST/GET ACL separation on
Admin:proxy.admin.client.Core JaCoCo evidence:
The 1M-client generated public gRPC deep full-range pagination run measured
P99
0.843 msunder a fixed 4 GiB heap, with zero swaps and no OOM.Submission guard:
External Gates
org.apache.rocketmq:rocketmq-proto:2.2.0-rip2-SNAPSHOT.before the implementation can replace the local contest artifact.
action_required; Apachemaintainer approval is required before hosted checks can start.