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

Investigate aiokafka #30

Closed
gabriel-tincu opened this issue Mar 19, 2020 · 3 comments
Closed

Investigate aiokafka #30

gabriel-tincu opened this issue Mar 19, 2020 · 3 comments

Comments

@gabriel-tincu
Copy link

gabriel-tincu commented Mar 19, 2020

https://github.com/aio-libs/aiokafka is a bit behind the curve but may still provide enough to justify adoption.

POC for the Schema Registry API: https://github.com/aiven/karapace/compare/gabi-aiokafka

@gabriel-tincu
Copy link
Author

As it stands ATM, there were some issues with the client constructor / bootstrapping in real environments (call to bootstrap would block indefinitely) This issue will remain open however as aiokafka is a much better fit for Karapace due to its async nature

@hackaugusto
Copy link
Contributor

Perhaps the best approach here is to use confluent-kafka-python. The library is licensed with Apache-2.0, seems to be better maintained, and it is a wrapper around the C implementation which should be a bit faster. The other OSS implementations are really lagging behind in merging bugfixes and new features.

@jjaakola-aiven
Copy link
Contributor

Aiokafka is used in Karapace.

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

No branches or pull requests

3 participants