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

    Type Alias SaslHandshakeRequest

    SaslHandshake request payload.

    type SaslHandshakeRequest = {
        mechanism: string;
    }
    Index

    Properties

    Properties

    mechanism: string

    The SASL mechanism the client wants to use (e.g. "PLAIN", "SCRAM-SHA-256").