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

    Type Alias DescribeTopicPartitionsResponse

    DescribeTopicPartitions response payload.

    type DescribeTopicPartitionsResponse = {
        nextCursor: TopicPartitionsCursor | null;
        taggedFields: readonly TaggedField[];
        throttleTimeMs: number;
        topics: readonly DescribeTopicPartitionsTopicResponse[];
    }
    Index

    Properties

    nextCursor: TopicPartitionsCursor | null

    Cursor for the next page, or null if complete.

    taggedFields: readonly TaggedField[]

    Tagged fields.

    throttleTimeMs: number

    Time the request was throttled in milliseconds.

    Per-topic results.