Skip to main content

serve_atlas

Function serve_atlas 

Source
pub async fn serve_atlas(
    registry: Arc<AtlasRegistry>,
    listen: SocketAddr,
) -> Result<()>
Expand description

Start the Atlas gRPC server on listen using the given registry. Spawns a background heartbeat-eviction task and exposes BOTH the new Atlas service and the deprecated RobonixRuntime shim on the same gRPC port.