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

# Constants

DupProbability controls the probability with which we emit duplicate data events.
EventFrequency is the frequency in nanoseconds that the stream will emit randomly generated KV events.
EventsPerCheckpoint controls approximately how many data events (KV/SST/DelRange) should be emitted between checkpoint events.
defaultDB */.
IngestionTablePrefix is the prefix of the table name used in the generated table descriptor.
NumPartitions controls the number of partitions the client will stream data back on.
RandomStreamSchemaPlaceholder is the schema of the KVs emitted by the random stream client.
SSTProbability controls the probability with which we emit SST event.
TenantID specifies the ID of the tenant we are ingesting data into.
TenantSpanStart and TenantSpanEnd are bool params to extend checkpoints to the tenant span start or end key.

# Structs

RandomStreamClient is a temporary stream client implementation that generates random events.