2019年10月6日

AsyncAPI 试用

摘要: AsyncAPI 提供了类似openapi的代码生成,以下demo,来自官方,只是目前官方的generator有些问题以下 同时说明运行中的一些问题 环境准备 主要是安装依赖组件 npm install -g asyncapi-generator mqtt npm install -g asynca 阅读全文

posted @ 2019-10-06 14:52 荣锋亮 阅读(1303) 评论(0) 推荐(0)

AsyncAPI and CloudEvents

摘要: 一篇比较AsyncAPI与CloudEvents的文章,很不错,原文连接:https://www.asyncapi.com/blog/asyncapi-cloud-events/ I’ve been receiving the same question for a long time now: S 阅读全文

posted @ 2019-10-06 08:41 荣锋亮 阅读(865) 评论(0) 推荐(0)

asyncapi 指南

摘要: asyncapi 是可以用来创建异步机器可读定义api的指南,我们可以用来创建事件驱动的架构。 说明 asyncapi 的定义类似openapi,目前指南版本为2.0,很值得学习下 参考资料 https://www.asyncapi.org/docs/getting-started/ https:/ 阅读全文

posted @ 2019-10-06 08:32 荣锋亮 阅读(1785) 评论(0) 推荐(0)

导航