yuluo-yx opened a new issue, #2954:
URL: https://github.com/apache/rocketmq-dashboard/issues/2954

   Problem
   
   Audit details can include nested broker configuration values, for example:
   
   brokerAddr=10.0.0.1:10911, config={flushDiskType=SYNC_FLUSH, 
fileReservedTime=72}
   
   The web parser currently splits on every comma. It therefore turns one 
config value into multiple tokens and truncates the value shown to operators.
   
   Expected behavior
   
   Split only top-level key/value fields while preserving commas inside nested 
braces, brackets, parentheses, and quoted values.
   
   Scope
   
   Update the audit presentation parser and add a regression test with a real 
nested broker configuration detail.


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