Crate mz_compute_client

Source
Expand description

The public API for the compute layer.

Modules§

as_of_selection
Support for selecting as-ofs of compute dataflows during system initialization.
controller
A controller that provides an interface to the compute layer, and the storage layer below it.
logging
Compute layer logging configuration.
metrics
Metrics for the compute controller components
protocol
The compute protocol defines the communication between the compute controller and indiviual compute replicas.
service
Compute layer client and server.