youngkermit8-coder opened a new pull request, #1508: URL: https://github.com/apache/rocketmq-dashboard/pull/1508
## What is the purpose of the change Tencent Cloud's RocketMQ 5.x catalog currently exposes only 10 of the 19 supported regions. This prevents Studio users from onboarding clusters in nine documented regions. Financial regions also require region-specific API endpoints because they are isolated from the non-financial nearby-access endpoint. This closes #1507. ## Brief changelog - Complete the Tencent Cloud RocketMQ 5.x region catalog with all 19 documented regions. - Route `*-fsi` regions through their required regional `trocket.<region>.tencentcloudapi.com` endpoints. - Keep the recommended nearby-access endpoint for non-financial regions. - Add regression coverage for the complete region list and endpoint selection. Official references: - https://cloud.tencent.com/document/product/1493/119006 - https://cloud.tencent.com/document/product/1493/96034 ## Verifying this change - `mvn -Dtest=TencentCatalogServiceTest,TencentClientFactoryTest test` - 5 tests passed, 0 failures, 0 errors. - Checkstyle passed with 0 violations. - The current base branch has unrelated compilation regressions tracked by #1502. The test command was verified with the #1502 compilation-only fixes applied locally; those unrelated changes are not included in this PR. ## Follow-up work None. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
