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

[QUESTION] Plans for migrating from kafka python to confluent-kafka-python #910

Closed
jainal09 opened this issue Jul 24, 2023 · 2 comments
Closed
Labels

Comments

@jainal09
Copy link

I noticed that kafka-python is no longer being supported and won't be updated for future versions of kafka, as stated in the open issue #908 and confirmed by dpkp/kafka-python#2290. Although kafka is backward compatible, it's important for our active kafka-client project to support the latest features and functionalities.
Therefore, I'm exploring alternative solutions to this problem. One possible solution is to replace the deprecated kafka-python function calls with the confluent-kafka-python. After overviewing the aio-kafka source code, it seems feasible to replace the calls to kafka-python with confluent-kafka to match the required functionalities.
I would appreciate your thoughts on this matter.

@ods
Copy link
Collaborator

ods commented Aug 1, 2023

We're considering another option, to incorporate needed parts of kafka-python into aiokafka source. The confluent-kafka-python is based on librdkafka, which is very different approach.

@wbarnha
Copy link
Member

wbarnha commented Aug 2, 2023

I'm attempting a revival of the kafka-python project at the moment, I just need to revise the CI/CD workflows. Further discussion can take place in #908.

@wbarnha wbarnha closed this as completed Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants