Swagger like documentation for queueing and messag

2019-08-15 01:55发布

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

1条回答
爷的心禁止访问
2楼-- · 2019-08-15 02:20

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.

查看更多
登录 后发表回答