connector

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2026 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

Package connector runs the per-connector pipeline: source subscription → CEL filter → durable queue → sink delivery with checkpointing.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Connector

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

func New

func New(cfg model.Connector, src source.Runtime, snk sink.Runtime, q queue.Queue,
	chain *filter.Chain, log *slog.Logger, met *metrics.Set, st *stats.Registry) *Connector

func (*Connector) ID

func (c *Connector) ID() string

func (*Connector) Start

func (c *Connector) Start(ctx context.Context)

func (*Connector) State

func (c *Connector) State() (string, error)

func (*Connector) Stop

func (c *Connector) Stop()

Stop cancels the pipeline and waits for the final flush and ack. Safe to call more than once, and a no-op if Start was never called.

Jump to

Keyboard shortcuts

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