package
19.1.0-rc.1+incompatible
Repository: https://github.com/dchenk/cockroach.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
AvroNameToSQLName is the inverse of SQLNameToAvroName.
KafkaNameToSQLName is the inverse of SQLNameToKafkaName except when SQLNameToKafkaName had to truncate.
MakeMetrics makes the metrics for changefeed monitoring.
SQLNameToAvroName escapes a sql table name into a valid avro record or field name.
SQLNameToKafkaName escapes a sql table name into a valid kafka topic name.
# Variables
PushEnabled is a cluster setting that triggers all subsequently created/unpaused changefeeds to receive kv changes via RangeFeed push (instead of ExportRequest polling).
# Structs
Metrics are for production monitoring of changefeeds.
TestingKnobs are the testing knobs for changefeed.