batchstreamengine

package
v0.15.2 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2023 License: BSD-3-Clause Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchStreamEngine

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

BatchStreamEngine is an engine that processes a batch of messages from a stream, with the order preserved.

func New

func New(
	processor goduck.BatchProcessor,
	maxBatchSize int,
	maxBatchTimeout time.Duration,
	streams []goduck.Stream,
) *BatchStreamEngine

New creates a new BackStreamEngine.

func NewFromEndpoint added in v0.3.0

func NewFromEndpoint(
	e endpoint.Endpoint,
	decoder goduck.EndpointBatchDecoder,
	maxBatchSize int,
	maxBatchTimeout time.Duration,
	streams []goduck.Stream,
) *BatchStreamEngine

NewFromEndpoint creates a BatchProcessor from a go-kit endpoint

func (*BatchStreamEngine) Run

func (e *BatchStreamEngine) Run(ctx context.Context) error

Run starts processing the messages, until @ctx is closed

Jump to

Keyboard shortcuts

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