btlqql opened a new pull request, #2257: URL: https://github.com/apache/rocketmq-dashboard/pull/2257
## Summary - treat a null broker ACL list as an empty successful result - skip null policy, group, and entry rows without discarding valid siblings - remove null action and source-IP values while producing immutable response lists - verify both null top-level responses and mixed valid/malformed nested responses ## Problem The Apache ACL reader streamed the broker result and every nested list without isolating null rows. One malformed optional row raised an exception that was caught at the broker boundary, causing all valid policies from that broker to disappear and the broker to be reported as failed. ## Verification - `ApacheAclReadServiceTest`: 3 tests passed - `mvn -B -ntp -DskipTests package`: passed - Maven Checkstyle: 0 violations - `git diff --check` Closes #2256 -- 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]
