RockteMQ-AI commented on issue #4726: URL: https://github.com/apache/rocketmq-dashboard/issues/4726#issuecomment-5758024538
**Issue Evaluation** Category: `documentation` | Status: **Confirmed** The `InstanceType` enum defines only `CLOUD`, `PROXY_LOCAL`, `PROXY_CLUSTER`, `DIRECT`. There is no `PROXY` value and no normalization code. The spec documents a type value that triggers an HTTP 400 via `MethodArgumentTypeMismatchException`. The field name mismatches (`createdAt` vs `gmtCreate`, `updatedAt` vs `gmtModified`, `id` as string vs `Long`) are also verified against `InstanceVO`/`BaseEntity`. PR [#4725](https://github.com/apache/rocketmq-dashboard/pull/4725) is already opened with the correction. --- *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]
