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

   ## Summary
   
   - apply safe defaults when a broker returns no configuration
   - trim and normalize flush/boolean/text values
   - enforce valid ranges for message size, queues, retention, and permission 
bits
   
   ## Why
   
   Broker configuration is remote runtime data. Null responses currently raise 
an NPE, while negative or out-of-range numeric values pass parsing and produce 
invalid editable settings in Studio.
   
   ## Tests
   
   - `mvn -q -f server/pom.xml -Dtest=RocketMQBrokerConfigServiceTest 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