Skip to main content

Module config

Module config 

Source
Expand description

Configuration types for channels, sources, and sinks.

Structs§

ChannelConfig
Channel configuration. Only buffer_size is used by the channel; backpressure and wait_strategy are stored for higher-level consumers.
SourceConfig
Configuration for a Source.

Enums§

BackpressureStrategy
Backpressure strategy when buffer is full.
WaitStrategy
Wait strategy — parsed from SQL DDL for forward-compatibility. Currently unused; crossfire handles its own backoff internally.

Constants§

DEFAULT_BUFFER_SIZE
Default buffer size for channels.
MAX_BUFFER_SIZE
Maximum buffer size.
MIN_BUFFER_SIZE
Minimum buffer size.