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

OAuth token prodiver cleanup #800

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

matyaskuti
Copy link
Contributor

@matyaskuti matyaskuti commented Jan 24, 2024

About this change - What it does

Since we moved away from kafka-python and aiokafka based clients, there is no need to depend on either library's abstract OAuth token provider mechanism. The confluent-kafka clients take a simple callable for token fetching (pass-through in our case).

Rest of the aiokafka related cleanup is in #798

@matyaskuti matyaskuti requested review from a team as code owners January 24, 2024 13:44
@matyaskuti matyaskuti marked this pull request as draft January 24, 2024 13:45
@matyaskuti matyaskuti force-pushed the matyaskuti/oauth_token_provider_cleanup branch from d5962fb to 2934c4f Compare January 24, 2024 13:49
@matyaskuti matyaskuti force-pushed the matyaskuti/confluent_kafka_async_consumer branch from 25ec244 to 132802c Compare January 29, 2024 08:08
@matyaskuti matyaskuti force-pushed the matyaskuti/oauth_token_provider_cleanup branch from 2934c4f to cee5073 Compare January 29, 2024 08:08
@matyaskuti matyaskuti force-pushed the matyaskuti/confluent_kafka_async_consumer branch 8 times, most recently from 83e1479 to d28d9df Compare February 1, 2024 09:50
@matyaskuti matyaskuti force-pushed the matyaskuti/oauth_token_provider_cleanup branch from cee5073 to c9e9e14 Compare February 1, 2024 10:14
@matyaskuti matyaskuti force-pushed the matyaskuti/confluent_kafka_async_consumer branch from d28d9df to b17003f Compare February 14, 2024 15:03
Base automatically changed from matyaskuti/confluent_kafka_async_consumer to main February 15, 2024 08:36
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).
@matyaskuti matyaskuti force-pushed the matyaskuti/oauth_token_provider_cleanup branch from c9e9e14 to 04ca93a Compare February 15, 2024 08:38
@matyaskuti matyaskuti marked this pull request as ready for review February 15, 2024 11:58
Copy link
Contributor

@eliax1996 eliax1996 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

@eliax1996 eliax1996 merged commit 19fe5b7 into main Feb 15, 2024
8 checks passed
@eliax1996 eliax1996 deleted the matyaskuti/oauth_token_provider_cleanup branch February 15, 2024 12:37
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