You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2024. It is now read-only.
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