@qualithm/kafka-client - v0.1.6
GitHub
Preparing search index...
index
SaslConfig
Type Alias SaslConfig
SASL authentication configuration.
type
SaslConfig
=
{
mechanism
:
SaslMechanism
;
password
:
string
;
username
:
string
;
}
Index
Properties
mechanism
password
username
Properties
Readonly
mechanism
mechanism
:
SaslMechanism
SASL mechanism to use.
Readonly
password
password
:
string
SASL password.
Readonly
username
username
:
string
SASL username.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
mechanism
password
username
GitHub
@qualithm/kafka-client - v0.1.6
Loading...
SASL authentication configuration.