FastKafka - free open source python lib for building Kafka-based services
Davor Runje

Davor Runje @davorrunje

About: Co-founder/CTO of airt.ai

Location:
Zagreb, Croatia
Joined:
Mar 15, 2023

FastKafka - free open source python lib for building Kafka-based services

Publish Date: Mar 15 '23
7 0

We were searching for something like FastAPI for Kafka-based service we were developing, but couldn’t find anything similar. So we shamelessly made one by reusing beloved paradigms from FastAPI and we shamelessly named it FastKafka. The point was to set the expectations right - you get pretty much what you would expect: function decorators for consumers and producers with type hints specifying Pydantic classes for JSON encoding/decoding, automatic message routing to Kafka brokers and documentation generation.

Please take a look and tell us how to make it better. Our goal is to make using it as easy as possible for someone with experience with FastAPI.

https://github.com/airtai/fastkafka

Comments 0 total

    Add comment