This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
[FEATURE] Support OAuth authentication in Python client #1779
Labels
type/feature
Indicates new functionality
Is your feature request related to a problem? Please describe.
The Python Client doesn't support OAuth2 authentication yet.
Describe the solution you'd like
You can provide an implementation of such a function:
and pass this function to
oauth_cb
. See example: https://github.com/confluentinc/confluent-kafka-python/blob/master/examples/oauth_producer.py#L32Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: