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

    Type Alias ElectLeadersTopicResponse

    Per-topic result from an ElectLeaders response.

    type ElectLeadersTopicResponse = {
        partitions: readonly ElectLeadersPartitionResponse[];
        taggedFields: readonly TaggedField[];
        topic: string;
    }
    Index

    Properties

    partitions: readonly ElectLeadersPartitionResponse[]

    Per-partition results.

    taggedFields: readonly TaggedField[]

    Tagged fields (v2+).

    topic: string

    Topic name.