package
23.2.20+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

MakeCheckpointEvent creates an Event from a resolved timestamp.
MakeDeleteRangeEvent creates an Event from a DeleteRange.
MakeKVEvent creates an Event from a KV.
No description provided by the author
MakeSSTableEvent creates an Event from a SSTable.
NewStreamStatusErr creates a new StreamStatusErr.

# Constants

CheckpointEvent indicates that GetResolvedSpans will be meaningful.
DeleteRangeEvent indicates that the DeleteRange field of an event holds a DeleteRange which needs to be ingested.
KVEvent indicates that the KV field of an event holds an updated KV which needs to be ingested.
SpanConfigEvent indicates that the SpanConfig field of an event holds an updated SpanConfigRecord.
SSTableEvent indicates that the SSTable field of an event holds an updated SSTable which needs to be ingested.

# Variables

CrossClusterReplicationEnabled enables the ability to setup and control a cross cluster replication stream.
DumpFrontierEntries controls the frequency at which we persist the entries in the frontier to the `system.job_info` table.
No description provided by the author
JobCheckpointFrequency controls the frequency of frontier checkpoints into the jobs table.
No description provided by the author
No description provided by the author
ReplicateSpanConfigsEnabled controls whether we replicate span configurations from the source system tenant to the destination system tenant.
StreamProducerMuxRangefeeds controls whether we start event streams using the mux rangefeeds.
StreamReplicationConsumerHeartbeatFrequency controls frequency the stream replication destination cluster sends heartbeat to the source cluster to keep the stream alive.
StreamReplicationJobLivenessTimeout controls how long we wait for to kill an inactive producer job.
StreamReplicationMinCheckpointFrequency controls the minimum frequency the stream replication source cluster sends checkpoints to destination cluster.
StreamReplicationStreamLivenessTrackFrequency controls frequency to check the liveness of a streaming replication producer job.

# Structs

StreamStatusErr is an error that encapsulate a replication stream's inactive status.

# Interfaces

Event describes an event emitted by a cluster to cluster stream.

# Type aliases

EventType enumerates all possible events emitted over a cluster stream.
PartitionAddress is the address where the stream client should be able to read the events produced by a partition of a stream.
StreamAddress is the location of the stream.