-
Notifications
You must be signed in to change notification settings - Fork 11
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
Comments
@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? |
Well, as I recall I implemented the easy stuff:
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. |
@phillip-kruger Is there any progress/plan on this feature...would be great! |
No progress at the moment... Not sure when I'll get back to this |
+1, would be really great :) |
No description provided.
The text was updated successfully, but these errors were encountered: