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

    Function buildSaslHandshakeRequest

    • Build a complete, framed SaslHandshake request ready to send to a broker.

      Parameters

      • correlationId: number

        Correlation ID for matching the response.

      • apiVersion: number

        API version to use (0–1).

      • request: SaslHandshakeRequest

        Request payload.

      • OptionalclientId: string | null

        Client ID for the header.

      Returns Uint8Array

      The framed request as a Uint8Array.