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

    Type Alias ApiVersionsRequest

    ApiVersions request payload.

    For v0–v2, the body is empty. For v3+, the client software name and version are included for telemetry (KIP-511).

    type ApiVersionsRequest = {
        clientSoftwareName?: string | null;
        clientSoftwareVersion?: string | null;
        taggedFields?: readonly TaggedField[];
    }
    Index

    Properties

    clientSoftwareName?: string | null

    Client software name (v3+ only). Example: "kafka-client-js"

    clientSoftwareVersion?: string | null

    Client software version (v3+ only). Example: "1.0.0"

    taggedFields?: readonly TaggedField[]

    Tagged fields for flexible versions (v3+).