Function delete_records

Source
pub(crate) async fn delete_records(
    partition_client: &PartitionClient,
    topic: &str,
    pruned_entry_id: u64,
) -> Result<()>
Expand description

Deletes the records for the given topic.