kowshik commented on pull request #9001:
URL: https://github.com/apache/kafka/pull/9001#issuecomment-656902905


   @dajac Thank you for taking a look! IIUC you are referring to these lines:
   
   
https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/common/security/authenticator/SaslServerAuthenticator.java#L550-L553
   
   My requirement is that for the newly added API: 
`org.apache.kafka.clients.Admin#describeFeatures`, the `ApiVersionsResponse` 
returned to the `AdminClient` needs to contain the features information. It 
seems to me that the `SaslServerAuthenticator` does not serve the newly added 
API, so I can skip including the features information in the above lines.
   
   Is my observation correct?


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