azure-event-hubs-for-kafka
azure-event-hubs-for-kafka copied to clipboard
OAuth example for Python
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.
@serkantkaraca
OAUTHBEARER support for Python client is still not there yet. Feature request is tracked at https://github.com/confluentinc/confluent-kafka-python/issues/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