@qualithm/kafka-client - v0.1.6
    Preparing search index...

    Type Alias DeleteRecordsTopicRequest

    A topic within a DeleteRecords request.

    type DeleteRecordsTopicRequest = {
        name: string;
        partitions: readonly DeleteRecordsPartitionRequest[];
        taggedFields?: readonly TaggedField[];
    }
    Index

    Properties

    name: string

    Topic name.

    partitions: readonly DeleteRecordsPartitionRequest[]

    Per-partition deletion requests.

    taggedFields?: readonly TaggedField[]

    Tagged fields (v2+).