pub fn spawn_control_plane(
addr: SocketAddr,
components: ControlPlaneComponents,
) -> JoinHandle<()>Expand description
Launch the Control Plane gRPC server alongside the live runtime.
pub fn spawn_control_plane(
addr: SocketAddr,
components: ControlPlaneComponents,
) -> JoinHandle<()>Launch the Control Plane gRPC server alongside the live runtime.