Simulating CloudEvents with AsyncAPI and Microcks

2 · Red Hat · June 2, 2021, 9:24 a.m.
Event-driven architecture was an evolutionary step toward cloud-native applications, and supports serverless applications. Events connect microservices, letting you decouple functions in space and time and make your applications more resilient and elastic. But events come with challenges. One of the first challenges for a development team is how to describe events in a repeatable, structured form. Another challenge is how to work on applications that consume events without having to wait for ano...