pubsub

package
v9.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 2, 2026 License: AGPL-3.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewPubSubConsumerProvider

func NewPubSubConsumerProvider(client *pubsub.Client, opts ...Option) messagequeue.ConsumerProvider

NewPubSubConsumerProvider returns a ConsumerProvider for a given address.

func NewPubSubPublisherProvider

func NewPubSubPublisherProvider(client *pubsub.Client, projectID string, opts ...Option) messagequeue.PublisherProvider

NewPubSubPublisherProvider returns a PublisherProvider for a given address.

Types

type Config

type Config struct {
	ProjectID string `env:"PROJECT_ID" json:"projectID" yaml:"projectID"`
}

Config configures a PubSub-backed pubSubConsumer.

func (*Config) ValidateWithContext

func (cfg *Config) ValidateWithContext(ctx context.Context) error

ValidateWithContext validates a Config struct.

type Option

type Option func(*options)

Option configures the providers this package constructs. The zero configuration works: absent observability deps are normalized downstream.

func WithLogger

func WithLogger(logger logging.Logger) Option

WithLogger attaches a logger.

func WithMetricsProvider

func WithMetricsProvider(metricsProvider metrics.Provider) Option

WithMetricsProvider attaches a metrics provider.

func WithTracerProvider

func WithTracerProvider(tracerProvider tracing.TracerProvider) Option

WithTracerProvider attaches a tracer provider.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL