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

Delegates for third party calls? #18

Open davorrunje opened 1 year ago

davorrunje commented 1 year ago

Looks good but giant freeform dictionaries for config data always give me pause for thought. You're already using pydantic, might be worth using some pydantic classes for safer config validation.

https://www.reddit.com/r/Python/comments/11paz9u/comment/jbydm6j/?utm_source=share&utm_medium=web2x&context=3