Claudenw commented on PR #16779:
URL: https://github.com/apache/kafka/pull/16779#issuecomment-2277497882

   @OmniaGM I made some fixes but I have 2 issues that I am not sure how to 
address:
   
   1. When I run `./gradlew spotlessCheck` locally everything passes.  When I 
try to run `./gradlew :metadata:spotlessCheck` or `./gradlew 
:metadata:spotlessApply` I get a `Cannot locate tasks that match 
':metadata:spotlessApply' as task 'spotlessApply' not found in project 
':metadata'` message. 
   2. I copied the code for `authorizeByResourceType` from the Authorizer 
interface into the `StandardAuthroizerData` class and modified 
`StandardAuthorizer` to override `authorizeByResourceType` by calling the 
implementation in `StandardAuthroizerData`.  Now the checkstyle complains about 
cyclometric compexity.  I don't know why this would be the case and I will have 
to dig into it.  
   
   If you have any suggestions for how to address either of these issues I 
would appreciate hearing them.
   
   


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