# Functions
NewBreakerStrategy returns a breaker that will backoff after the threshold has been tripped.
NewExponentialBackoff returns an exponential backoff strategy with the desired config.
NewRetryMiddleware returns a middleware that retries messages that fail to be published to topics or delivered to handlers.
# Variables
DefaultExponentialBackoffConfig provides a default configuration for exponential backoff.
# Structs
ExponentialBackoffConfig configures backoff parameters.
# Interfaces
Strategy defines a strategy for retrying publish or delivery operations.