🚀 Built FlowODM - a lightweight Kafka ODM for Python

Why? Building Kafka microservices shouldn’t require so much boilerplate: ✅ Define messages as Pydantic models ✅ Auto-generated Avro schemas ✅ Both sync & async support ✅ Schema Registry integration ✅ Production-ready consumer loops ✅ Predefined settings (real-time, batch, ML, etc.)

Perfect for event-driven microservices, ETL pipelines, and ML inference services. Type-safe Kafka without the ceremony.

📦 pip install flowodm 🔗 https://github.com/Aprova-GmbH/flowodm

Full writeup: https://vykhand.github.io/FlowODM-Lightweight-Kafka-ODM/

#Python #Kafka #OpenSource