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

    Type Alias SaslHandshakeResponse

    SaslHandshake response payload.

    type SaslHandshakeResponse = {
        errorCode: number;
        mechanisms: readonly string[];
    }
    Index

    Properties

    errorCode: number

    Error code (0 = no error, 33 = UNSUPPORTED_SASL_MECHANISM).

    mechanisms: readonly string[]

    List of SASL mechanisms the broker supports.