async fn replica_task<T>(config: ReplicaTaskConfig<T>)where
    T: Timestamp + Lattice,
    ComputeGrpcClient: ComputeClient<T>,
Expand description

Asynchronously forwards commands to and responses from a single replica.