Kafka Connection Properties
brokers (array, required)
clientType (string, enum)
groupId (string)
clientId (string)
connectionTimeout (integer)
requestTimeout (integer)
trustAllCertificates (boolean)
mutualAuthentication (boolean)
caCert (string)
clientCert (string)
clientPrivateKey (string)
sasl (object)
mechanism (string, enum, required)
username (string, required)
password (string, required)
Last updated
Was this helpful?

