-
-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for OAUTHBEARER mechanism #447
Comments
Hi Nick, Thanks, |
@prasam60 effort should be small, but atm i do not have a lot of time for open source work, if this is of high importance to you, you can reach out privately |
Guys, |
It seems like the Conf class is missing setter function for librdkafka configuration property
oauthbearer_token_refresh_cb
. This needs to be similar to how there are setter for other callback options. ex.setRebalanceCb
setStatsCb
etc.This is currently blocking me from using OAUTHBEARER SASL Mechanism. When I try to set this property directly, the below error is thrown
Property "oauthbearer_token_refresh_cb" must be set through dedicated .._set_..() function
The text was updated successfully, but these errors were encountered: