helidon-io / helidon

Java libraries for writing microservices
https://helidon.io
Apache License 2.0
3.52k stars 564 forks source link

Consider support for AsyncAPI #2765

Open paulparkinson opened 3 years ago

paulparkinson commented 3 years ago

OpenAPI is applicable to REST endpoints only. AsyncAPI aims to provide the same for event-driven (ie messaging) APIs.

Details can be found here: https://www.asyncapi.com/docs/getting-started/asyncapi-documents

danielkec commented 3 years ago

I read it thru and thru and just don't understand how do you reference servers from channels

danielkec commented 3 years ago

I read it thru and thru and just don't understand how do you reference servers from channels

Seems to be planned for next spec version asyncapi/asyncapi/issues/255