risingwave_meta::controller::utils

Function get_fragment_actor_ids

source
pub async fn get_fragment_actor_ids<C>(
    db: &C,
    fragment_ids: Vec<FragmentId>,
) -> MetaResult<HashMap<FragmentId, Vec<ActorId>>>
where C: ConnectionTrait,
Expand description

get_fragment_actor_ids returns the fragment actor ids of the given fragments.