rajinisivaram opened a new pull request #9578:
URL: https://github.com/apache/kafka/pull/9578


   At the moment, we have one log entry for ACL updates that says:
   ```
   Processing notification(s) to /kafka-acl-changes
   ```
   For other updates like broker configuration updates, we have an additional 
entry at INFO level that shows what was updated when the change notification 
was processed. Since every resource pattern may have 100s or 1000s of access 
control entries associated with it, we don't want to log the entire contents on 
ACL update at INFO level. But it would be useful to log the resource pattern. 
This shows that we processed the notification in AclAuthorizer and gives the 
resource and version that was refreshed from ZK. This PR adds an additional 
INFO-level log entry for ACL updates in AclAuthorizer and retains the existing 
DEBUG level entry with full details.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to