-
Notifications
You must be signed in to change notification settings - Fork 213
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
OAuth example for Python #109
Comments
OAUTHBEARER support for Python client is still not there yet. Feature request is tracked at confluentinc/confluent-kafka-python#545 |
Looks like upstream support in the Python client was added in 1.6.1 |
I have added a Python example with OAuth which is included in PR #186 |
Updated OAuth2 sample has been merged PR #210 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
There is only Java and Go example how to use with Azure AD.
https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/tutorials/oauth
It would be great if there is more example in other languages e.g. Python.
The text was updated successfully, but these errors were encountered: