hachikuji opened a new pull request #11745:
URL: https://github.com/apache/kafka/pull/11745


   In #11649, we fixed one permission inconsistency between kraft and zk 
authorization for the `CreatePartitions` request. Previously kraft was 
requireing `CREATE` permission on the `Topic` resource when it should have 
required `ALTER`. A second inconsistency is that kraft was also allowing 
`CREATE` on the `Cluster` resource, which is not supported in zk clusters and 
was not documented in KIP-195: 
https://cwiki.apache.org/confluence/display/KAFKA/KIP-195%3A+AdminClient.createPartitions.
 This patch fixes this inconsistency and adds additional test coverage for both 
cases.
   
   ### 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to