Aias00 opened a new pull request, #789:
URL: https://github.com/apache/rocketmq-dashboard/pull/789

   ### Which Issue(s) This PR Fixes
   
   Fixes #788
   
   ### Brief Description
   
   The Ops page exposes NameServer, VIP channel, and TLS write operations, but 
the current service only updates process-local fields and does not apply those 
settings to the real RocketMQ AdminClient/configuration path.
   
   This PR keeps the read-only Ops home data available, but changes write 
operations to fail explicitly with HTTP 501 until they are wired to the real 
cluster admin configuration flow. This avoids showing users a successful 
applied change when no runtime MQAdmin setting was changed.
   
   Covered write operations:
   
   - update current NameServer
   - add NameServer
   - delete NameServer
   - update VIP channel
   - update TLS
   
   ### How Did You Test This Change?
   
   - 
`JAVA_HOME=/Users/aias/Library/Java/JavaVirtualMachines/openjdk-21.0.2/Contents/Home
 mvn -Dtest=OpsServiceTest,OpsControllerTest test`


-- 
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]

Reply via email to