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

    Type Alias ElectLeadersTopicRequest

    A topic within an ElectLeaders request.

    type ElectLeadersTopicRequest = {
        partitions: readonly ElectLeadersPartitionRequest[];
        taggedFields?: readonly TaggedField[];
        topic: string;
    }
    Index

    Properties

    partitions: readonly ElectLeadersPartitionRequest[]

    Partitions to trigger election for.

    taggedFields?: readonly TaggedField[]

    Tagged fields (v2+).

    topic: string

    Topic name.