package
19.1.0-beta.20190304+incompatible
Repository: https://github.com/darinpp/cockroach.git
Documentation: pkg.go.dev

# Functions

NewProcessor creates a new rangefeed Processor.

# Structs

Config encompasses the configuration required to create a Processor.
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.