Skip to content
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

Added Python OAuth example #109 #186

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

axelwest36
Copy link

@axelwest36 axelwest36 commented Jan 14, 2022

The last attempt at creating an OAuth example using Python for sending messages to Event Hubs for Kafka, ended up in a stale branch. The example included in this PR includes an example which I have successfully implemented recently for one of my projects.

Please let me know if you have any feedback or proposed changes, I'm fairly new to contributing to open source projects.

Submission containing materials of a third party: Dario Radečić (https://betterdatascience.com/apache-kafka-in-python-how-to-stream-data-with-producers-and-consumers/)

@ghost
Copy link

ghost commented Jan 14, 2022

CLA assistant check
All CLA requirements met.

@elatt
Copy link

elatt commented Jan 14, 2022

The other Python examples in this repo use the confluent-kafka package which has a different API from the pure Python library you are using. I think we should stick with confluent-kafka as it will most likely be the choice selected for production environments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants