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

Documented async docs generation issues #20

Open sternakt opened 1 year ago

sternakt commented 1 year ago

Async docs generation fails when Tuples are nested in examples Async docs generation fails when Enum is defined as one of the values

Needs more exploration and reproducible example