async fn get_next_ids(
boot_ts: Timestamp,
persist_client: PersistClient,
environment_id: EnvironmentId,
deploy_generation: u64,
catalog_metrics: Arc<Metrics>,
bootstrap_args: BootstrapArgs,
) -> (u64, u64)
Expand description
Gets and returns the next user item ID and user replica ID that would be allocated as of the current catalog state.