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

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


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