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

    Type Alias DescribeQuorumTopicResponse

    Per-topic quorum information.

    type DescribeQuorumTopicResponse = {
        partitions: readonly DescribeQuorumPartitionResponse[];
        taggedFields: readonly TaggedField[];
        topicName: string;
    }
    Index

    Properties

    partitions: readonly DescribeQuorumPartitionResponse[]

    Per-partition quorum information.

    taggedFields: readonly TaggedField[]

    Tagged fields.

    topicName: string

    The topic name.