async fn start_vp(
partition: Arc<dyn RequestYield>,
vp: impl 'static + BindProcessor + Send,
runner: RunnerBuilder,
) -> Result<()>
async fn start_vp(
partition: Arc<dyn RequestYield>,
vp: impl 'static + BindProcessor + Send,
runner: RunnerBuilder,
) -> Result<()>