The GitHub Actions job "CI" on rocketmq-apis.git/feature/rip-2-proxy-admin-grpc 
has failed.
Run started by GitHub user zhaohai666 (triggered by zhaohai666).

Head commit for run:
2cd7e569c8cab0e086715f2314c2b58a571851d7 / zhaohaihzb <[email protected]>
RIP-2: revert items not required by the competition spec

Roll back the two additions from the previous review pass that the RIP-2
competition spec does NOT mandate:

- Drop the dedicated ProxyAdminErrorCode enum and the optional error_code
  field on every response (RIP-2 D6). Transport-level errors keep using
  standard gRPC status codes + Status.message; the spec does not ask for a
  bespoke error-code taxonomy.
- Revert ListClients/ByGroup/ByTopic pagination from page_num/page_size
  (max 100) back to the cursor-based next_token + page_size scheme (D4),
  since the spec only requires pagination (filter-pushdown, no full dump)
  without prescribing a concrete paging form. M3/M4 diagnostics keep their
  existing page_num/page_size, unchanged.

Kept (spec-mandated or user-requested):
- ACL 2.0 credentials ride gRPC request metadata (Authorization header,
  RIP-1 AUTH-01), not the message body.
- java/VERSION 2.3.0 (user-requested bump).
- ChangeLog entry 15 trimmed to reflect the above.

protoc 25.3 validation passes; no stale ProxyAdminErrorCode/error_code remain.

Report URL: https://github.com/apache/rocketmq-apis/actions/runs/30871895397

With regards,
GitHub Actions via GitBox

Reply via email to