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

    Type Alias DescribeTopicPartitionsTopicRequest

    A topic to describe partitions for.

    type DescribeTopicPartitionsTopicRequest = {
        name: string;
        taggedFields?: readonly TaggedField[];
    }
    Index

    Properties

    Properties

    name: string

    The topic name.

    taggedFields?: readonly TaggedField[]

    Tagged fields.