RockteMQ-AI commented on issue #3128: URL: https://github.com/apache/rocketmq-dashboard/issues/3128#issuecomment-5538931877
The K8s certificate lifecycle management code exists in the Studio module (confirmed: `K8sCertControllerTest`, `K8sCertServiceTest`, `MybatisPlusK8sCertRepositoryTest`). This functionality is arguably outside the scope of a dashboard/management console and could be handled by dedicated K8s tooling (cert-manager, Helm charts, or the rocketmq-operator). **Assessment:** - Removing this code reduces maintenance burden and keeps Studio focused on its core purpose (cluster monitoring and management) - Before removal, verify that no other Studio features depend on the K8s cert APIs - Consider deprecation notice in a release before full removal This is a reasonable cleanup. Whether to proceed is a maintainer decision — flagging for discussion. --- *Automated evaluation by RockteMQ-AI* -- 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]
