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

    Type Alias CreatePartitionsTopicResponse

    Per-topic result from a CreatePartitions response.

    type CreatePartitionsTopicResponse = {
        errorCode: number;
        errorMessage: string | null;
        name: string;
        taggedFields: readonly TaggedField[];
    }
    Index

    Properties

    errorCode: number

    Error code (0 = success).

    errorMessage: string | null

    Error message. Null if no error.

    name: string

    The topic name.

    taggedFields: readonly TaggedField[]

    Tagged fields (v2+).