-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove kafka lib dependency of OAuth token handling
Since we moved away from kafka-python and aiokafka based clients, there is no need to depend on either library's abstract token provider mechanism. The confluent-kafka clients take a simple callable for token fetching (pass-through in our case).
- Loading branch information
Mátyás Kuti
committed
Feb 1, 2024
1 parent
d28d9df
commit c9e9e14
Showing
3 changed files
with
10 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters