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

    Type Alias SaslConfig

    SASL authentication configuration.

    type SaslConfig = {
        mechanism: SaslMechanism;
        password: string;
        username: string;
    }
    Index

    Properties

    mechanism: SaslMechanism

    SASL mechanism to use.

    password: string

    SASL password.

    username: string

    SASL username.