zmuxuny commented on issue #4497: URL: https://github.com/apache/rocketmq-dashboard/issues/4497#issuecomment-5711125524
A tested prototype is available on my fork for design review (no upstream PR opened yet, per CONTRIBUTING.md): - branch: `zmuxuny:feat/cloud-consumer-group-settings` - commit: `541fff679eee15875aed75f32da8fd7e05690f52` - diff: 18 files, +703/-70 Verification on `master@987b748e8f4f421c5cd3c4c4e51a064cc7e59f18`: - Java 21 focused backend/provider/controller suite: **229/229 passed**, Checkstyle 0 violations. - Tencent cloud settings UI contract: passed; only provider-advertised fields are rendered/submitted. - Existing settings + stale-stack targeted regression rerun: **3/3 passed**. - TypeScript/Vite build, touched-file ESLint, Prettier and `git diff --check`: passed. - Full `ConsumerPage.test.tsx`: 32/33 passed; the only failure is the pre-existing timing-sensitive `keeps the latest client stack when an older request resolves last`, which passes when rerun together with the settings regressions. I did not change that unrelated test to mask the load-sensitive behavior. I will wait for maintainer feedback on the provider field matrix / API scope before opening the PR. -- 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]
