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
41 stars 2 forks source link

Write a performance guide for produces and consumes decorators #24

Open sternakt opened 1 year ago

sternakt commented 1 year ago

Remarks: async functions produce faster than sync functions, add recommendations to use them whenever possible