bachmanity1 commented on PR #18828:
URL: https://github.com/apache/kafka/pull/18828#issuecomment-2765563652

   > > but we're facing an issue—PlainSaslServer can only pass the 
authorizationID to the authorizer, meaning the client info is lost.
   > 
   > Have you considered implementing a custom `SaslServer` instead of 
utilizing Kafka's default `PlainSaslServer`? By implementing the `LoginModule`, 
`Provider`, and `SaslServerFactory` interfaces, you can provide a tailored 
`SaslServer`. The existing plain-related code within the Kafka community serves 
as a valuable reference.
   
   We wanted to use this feature without requiring clients to update their code 
or configurations—in other words, making it work for existing clients. 
Additionally, I believe there might be issues with non-Java clients.


-- 
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: jira-unsubscr...@kafka.apache.org

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

Reply via email to