Closed Lancetnik closed 3 days ago
Now, the following code
from faststream.specification import AsyncAPI from faststream.kafka import KafkaBroker, TopicPartition broker = KafkaBroker() @broker.subscriber(partitions=[TopicPartition("test", 1)]) async def handler(): ... docs = AsyncAPI(broker)
Just has no AsyncAPI representation
We should provides users with a correct schema in all subscriber options combinations, so
subscriber
Now, the following code
Just has no AsyncAPI representation
We should provides users with a correct schema in all
subscriber
options combinations, so