Dapr
Dapr (Distributed Application Runtime) is a portable, event-driven runtime that makes it easy for developers to build resilient, stateless, and stateful applications that run on the cloud and edge. It provides building block APIs for state management, pub/sub messaging, service invocation, bindings,
3 channels
across 1 AsyncAPI spec
· Provider profile
Channels
-
Channel for publishing multiple events to a topic in a single request. Supports partial failure reporting for individual entries.Dapr Pub/Sub Messaging API
-
Channel for publishing events to a topic on a named pub/sub component. The Dapr sidecar wraps payloads in CloudEvents format unless raw payload mode is enabled.Dapr Pub/Sub Messaging API
-
Channel for receiving events from subscribed topics. Dapr delivers events to application endpoints based on programmatic or declarative subscription configurations.Dapr Pub/Sub Messaging API