Vladimir Kibisov

Results 5 issues of Vladimir Kibisov

# Description Now AsyncAPI 3.0.0 generation supported Example: ```python from faststream import FastStream from faststream.asyncapi.version import AsyncAPIVersion from faststream.kafka import KafkaBroker broker = KafkaBroker("localhost:9092") app = FastStream(broker) @broker.publisher("test_2") @broker.subscriber("test_1") async...

**Describe the bug** 1) In some way you describe the message, for example: ```python @dataclass class Input: value: int ``` 2) Describe the handler with this message: ```python @broker.subscriber("in1") async...

bug
good first issue

**Description** Hi! I use this component via CDN to generate a schema from json/yaml. Currently, if the AsyncAPI document is invalid, just a blank page is displayed. It would be...

Hacktoberfest

# Description Please include a summary of the change and specify which issue is being addressed. Additionally, provide relevant motivation and context. Fixes # (issue number) ## Type of change...

# Description AsyncAPI 3.0.0 - fixes AMQP bindings generation for RabbitMQ AsyncAPI 2.6.0 - fix operations types (subscribe/publish) Also fixes AsyncAPI tests ## Type of change Please delete options that...