airtai / fastkafka

FastKafka is a powerful and easy-to-use Python library for building asynchronous web services that interact with Kafka topics. Built on top of Pydantic, AIOKafka and AsyncAPI, FastKafka simplifies the process of writing producers and consumers for Kafka topics.
https://fastkafka.airt.ai
Apache License 2.0
44 stars 2 forks source link

Add support for Confluent Kafka lib #34

Open davorrunje opened 1 year ago

sternakt commented 1 year ago

We had some questions whether will this replace AIOKafka.

No, this is directly connected to airtai/fastkafka#30. The plan is to enable FastKafka to work with both AIOKafka and Confluent backends and the developers can choose which backend they want to use.