Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial version of AsyncAPI implementation #1

Open
kenfinnigan opened this issue Jul 1, 2019 · 5 comments
Open

Initial version of AsyncAPI implementation #1

kenfinnigan opened this issue Jul 1, 2019 · 5 comments
Assignees

Comments

@kenfinnigan
Copy link
Contributor

No description provided.

@kenfinnigan
Copy link
Contributor Author

@EricWittmann what's the current status of the AsyncAPI implementation?

There's some interest in having an extension in Quarkus, and I want to get an idea of what is still outstanding to have an initial version?

@EricWittmann
Copy link
Contributor

Well, as I recall I implemented the easy stuff:

  • Static file handling
  • Model reader (dev can provide a class that will be called to generate the asyncapi)
  • I/O

Really there's not all that much here. The hard part is annotation scanning - can we scan the application and produce an AsyncAPI doc the way we do it for JAX-RS and OpenAPI. I don't really have the expertise to analyze/implement that. There is a Scanner class in there but it doesn't do anything.

@ChMThiel
Copy link

ChMThiel commented Apr 29, 2022

@phillip-kruger Is there any progress/plan on this feature...would be great!

@phillip-kruger
Copy link
Member

No progress at the moment... Not sure when I'll get back to this

@Jojal
Copy link

Jojal commented May 28, 2022

+1, would be really great :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants