Aias00 opened a new issue, #1406:
URL: https://github.com/apache/rocketmq-dashboard/issues/1406

   ## Problem
   
   `MybatisPlusInstanceRepository` currently catches invalid or missing 
persisted `type` and `vendor` values and silently maps them to `PROXY` and 
`APACHE`. A corrupted row can therefore be displayed and routed as a different 
deployment shape or provider.
   
   ## Expected behavior
   
   The API should report a structured configuration/persistence error that 
identifies the invalid field and instance record. It must not substitute a 
provider or access type.
   
   ## Scope
   
   - Replace the fallback enum mappings with an explicit business error.
   - Add repository/service regression tests for invalid `type` and `vendor` 
values.
   - Keep valid persisted rows unchanged.
   
   Track 1: Control Plane instance configuration and provider routing.


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