How can I configure c# apache kafka Producer client with sasl.login.callback.handler.class? #4518
Unanswered
lavita1206
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use OAuth in apache kafka with C# client. How can I configure C# apache kafka Producer client with sasl.login.callback.handler.class? Thanks a lot!
I can't find any config which allow me to set sasl.login.callback.handler.class.
I need to set like this:
sasl.login.callback.handler.class=org.apache.kafka.common.security.oauthbearer.secured.OAuthBearerLoginCallbackHandler
Here is my config, but it not work because it lack sasl.login.callback.handler.class.
Beta Was this translation helpful? Give feedback.
All reactions