Crate mz_cluster

Source
Expand description

Tools for storage and compute.

Modules§

client
An interactive cluster server.
communication
Note: This module contains a fallback version of the socket connection protocol. The new version lives in communication_v2 and is used by default. The old version can still be selected through the enable_create_sockets_v2 dyncfg.
communication_v2
Code to spin up communication mesh for a Timely cluster.