AsyncAPI - activoricordi/nijinsky GitHub Wiki

It explains how to create an AsyncAPI specifications together with Cloudevents. New standards such as CloudEvents or AsyncAPI have emerged to address the need to describe events in a structured format. They are complementary standards.

CloudEvents is a specification for describing event data in common formats to provide interoperability across services, platforms and systems. CloudEvents specification is focused on events and defines a common set of attributes to the event.

Event-driven APIs with AsyncAPI

Events connect microservices. The events allow us to decouple functions in space and time and make cloud-native applications more resilient and elastic. In an event driven architecture, there is not direct communication through the applications; therefore, there is not a client/server paradigm. Each application component publishes and consumes

AsyncAPI Sections

AsyncAPI examples

Basic

Simple AsyncAPI

Tools

AsyncAPI Tools

References

⚠️ **GitHub.com Fallback** ⚠️