Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mezmo-9a59581a-mintlify-926f893d.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Description

You can send Mezmo Pipeline data to Kafka.

Configuration Options

OptionDescription
End-to-End AcknowledgementEnable this option to receive verification that log data is being received by Kafka.
EncodingThe type of encoding to use for your log data.
CompressionThe type of compression to use for your log data.
Event Key FieldThe log data field that Kafka will use as its event key.
Broker IP and PortThis will be the kafka endpoint for your AEH namespace.
TopicThe name of the topic to publish to.
Group IDThe consumer group identifier
Use TLSEnable TLS connection to the endpoint
TLS CA Certificate ChainThe CA certificate chain in PEM format
TLS Verify CertificateVerify the TLS certificate
SASL/SCRAM EnabledEnable SASL/SCRAM authentication for Kafka.
SASLThe SASL/SCRAM mechanism
UsernameThe SASL/SCRAM Username
PasswordThe SASL/SCRAM Password