package
1.0.5
Repository: https://github.com/cockroachdb/replicator.git
Documentation: pkg.go.dev

# Packages

Package server contains an HTTP server that installs the CDC listener.

# Functions

NewWebhookPayload constructs a payload for the batch.
NewWebhookResolved constructs.
ProvideConveyorConfig is called by Wire.
ProvideDLQConfig is called by Wire.
ProvideHandler is called by Wire.
ProvideSchemaWatchConfig is called by Wire.
ProvideScriptConfig is called by Wire.
ProvideSequencerConfig is called by Wire.

# Variables

Set is used by Wire.

# Structs

Config adds CDC-specific configuration to the core logical loop.
Handler is an http.Handler for processing webhook requests from a CockroachDB changefeed.
WebhookPayload describes the envelope structure that we expect to see from a CockroachDB webhook changefeed.
WebhookPayloadLine is an encoding of a single mutation.