yuluo-yx opened a new pull request, #2705:
URL: https://github.com/apache/rocketmq-dashboard/pull/2705

   ## Problem
   
   A valid padded `flushDiskType` returned by a Broker was parsed as unknown 
and silently displayed as `ASYNC_FLUSH`.
   
   ## Changes
   
   - trim the enum value at the broker configuration boundary
   - keep the existing fallback for genuinely unknown values
   - test padded `SYNC_FLUSH` and an unknown future value through the service 
API
   
   ## Local verification
   
   - `git diff --check`
   - PR scope check: 22 changed lines, 2 files, 1 commit
   - Java tests were not run locally because this workspace does not have the 
project's Java 21 toolchain and no further SDK installation was attempted; the 
automatically triggered Java 21 PR checks are expected to run the regression 
test
   
   No containers, full E2E suite, or remote workflow was started manually.
   
   Fixes #2700
   


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