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

# Functions

NewMetrics makes the metrics for RangeFeeds monitoring.
NewProcessor creates a new rangefeed Processor.

# Structs

Config encompasses the configuration required to create a Processor.
Metrics are for production monitoring of RangeFeeds.
Processor manages a set of rangefeed registrations and handles the routing of logical updates to these registrations.

# Interfaces

Stream is a object capable of transmitting RangeFeedEvents.
TxnPusher is capable of pushing transactions to a new timestamp and cleaning up the intents of transactions that are found to be committed.