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

   > 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.
   
   The Authorizer interface is exempt from these 2 checks you might need to do 
the same for your class by adding it to suppressions.xml


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