Get actual AsyncApi schema on the service via endpoint. #962
Unanswered
gadgadskiy
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
We have a service that uses AsyncApi v2.5.0. It has specified schema as a YAML file and uses the asyncapi-generator-maven-plugin where this file is mentioned.
My question is: can I get the actual AsyncApi schema from some endpoint of the running service? I need something like <ip_address>:8080/v3/api-docs that exist for OpenApi.
Does AsyncApi have a similar endpoint? Or should I set up some plugins to make this possible?
Beta Was this translation helpful? Give feedback.
All reactions