Replies: 2 comments 1 reply
-
Hi! Sorry for answering so late: I had a vacation this time |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi. I've seen you expect to handle asyncAPI 3.0 in you roadmap, for next major version ... Thanks for your answer. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
When we subscribe to a queue to answer a RPC call, it seems we cannot document the return type.
H§ere a small exemple:
If I run with
faststream docs serve rpc:app
I cannot see Out in the doc (http://localhost:8000).Is there a way to do so ?
When I use the RabbitRouter, I can see in the router @subscriber decorator:
But even with response_model: nothing in asyncAPI.
Thanks for any tips, even for "it's not possible" ;-)
Beta Was this translation helpful? Give feedback.
All reactions