Swagger like documentation for queueing and messaging like mqtt or sqs [closed]

假装没事ソ 提交于 2019-12-11 08:02:01

问题


Is there any solution like swagger for documenting queueing and messaging like mqtt or sqs?


回答1:


Check out AsyncAPI.

GitHub repo: https://github.com/asyncapi/asyncapi

AsyncAPI is an open source initiative that seeks to improve the current state of Event-Driven Architectures (EDA). Our long-term goal is to make working with EDA’s as easy as it is to work with REST APIs. That goes from documentation to code generation, from discovery to event management. Most of the processes we apply to our REST APIs nowadays would be applicable to our event-driven/asynchronous APIs too.

To make this happen, the first step has been to create a specification that allows developers, architects, and product managers to define the interfaces of an async API. Much like OpenAPI (fka Swagger) does for REST APIs.



来源:https://stackoverflow.com/questions/56165728/swagger-like-documentation-for-queueing-and-messaging-like-mqtt-or-sqs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!