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

   ## Summary
   
   `ClusterTopology.addNode` now validates the node type before constructing or 
inserting a node. Null and unsupported values fail atomically, so `nodeMap`, 
the typed node lists, and aggregate counts cannot diverge after rejected input.
   
   The existing routing for `NAMESRV`, `BROKER`, and `PROXY` nodes is unchanged.
   
   ## Testing
   
   - `mvn -Dtest=ClusterTopologyTest test` (3 tests passed)
   - Maven Checkstyle validation (0 violations)
   
   Fixes #2220
   


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