CloudEvents + AsyncAPI
I’ve been recently talking about CloudEvents and AsyncAPI,two of my favorite open-source specifications for event-driven architectures. In this blog post, I want to talk about how you can use CloudEvents and AsyncAPI together. More specifically, I’ll show you how to document CloudEvents enabled services using AsyncAPI, thanks to the flexibility and openness of both projects.
Recap: CloudEvents and AsyncAPI Let’s first do a quick recap CloudEvents and AsyncAPI.
CloudEvents is an open-source specification for describing event data in a common way with the goal of increasing interoperability between different event systems.
Read More →