Pulsar

    To setup Apache Pulsar pubsub create a component of type . See on how to create and apply a pubsub configuration. For more information on Apache Pulsar read the docs

    The Pulsar pub/sub component has no built-in support for retry strategies. This means that sidecar sends a message to the service only once and is not retried in case of failures. To make Dapr use more spohisticated retry policies, you can apply a to the MQTT pub/sub component. Note that it will be the same Dapr sidecar retrying the redelivery the message to the same app instance and not other instances.

    Delay queue

    These optional parameter names are metadata.deliverAt or metadata.deliverAfter:

    • deliverAt: Delay message to deliver at a specified time (RFC3339 format), e.g. "2021-09-01T10:00:00Z"

    Examples:

    Refer to the following Helm chart Documentation.