gcp

package
v1.9.4 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2024 License: Apache-2.0 Imports: 16 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	processor.Config
	ProjectID          string
	Subscription       string
	BatchSize          int // message batch to be processed
	MessageConcurrency int // concurrency
	VisibilityTimeout  int // ack deadline time in sec
}

Config represent Pub/Sub subscriber config

func (*Config) Init

func (c *Config) Init(ctx context.Context, fs afs.Service) error

Init initialises config

func (*Config) Validate

func (c *Config) Validate() error

Validate validates config

type Service

type Service struct {
	// contains filtered or unexported fields
}

Service represents subscriber service

func New

func New(config *Config, client *pubsub.Client, processor *processor.Service, fs afs.Service) (*Service, error)

New creates a new subscriber

func (*Service) Consume

func (s *Service) Consume(ctx context.Context) error

Consume starts consumer

Jump to

Keyboard shortcuts

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