In Memory

Detailed documentation on the In Memory pubsub component

The In Memory pub/sub component is useful for development purposes and works inside of a single machine boundary.

Component format

  1. apiVersion: dapr.io/v1alpha1
  2. kind: Component
  3. metadata:
  4. name: pubsub
  5. namespace: default
  6. spec:
  7. type: pubsub.in-memory
  8. version: v1
  9. metadata: []

Note: in-memory does not require any specific metadata for the component to work, however spec.metadata is a required field.

Last modified June 23, 2022: Merge pull request #2550 from ItalyPaleAle/cosmosdb-harcoded-dapr-version (cf03237)