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

    Type Alias DeleteRecordsTopicResponse

    Per-topic result from a DeleteRecords response.

    type DeleteRecordsTopicResponse = {
        name: string;
        partitions: readonly DeleteRecordsPartitionResponse[];
        taggedFields: readonly TaggedField[];
    }
    Index

    Properties

    name: string

    Topic name.

    partitions: readonly DeleteRecordsPartitionResponse[]

    Per-partition results.

    taggedFields: readonly TaggedField[]

    Tagged fields (v2+).