Skip to main content

fetch_partition_count

Function fetch_partition_count 

Source
async fn fetch_partition_count(
    producer: &ThreadedProducer<TunnelingClientContext<MzClientContext>>,
    sink_id: GlobalId,
    topic_name: &str,
) -> Result<u64, Error>
Expand description

Fetches the partition count for the identified topic.