Azure Event Hub

Description

You can send Mezmo Pipeline data to Azure Event Hub - utilizing their Kafka endpoint.

Configuration Options

One of the ways to send data to Azure Event Hubs is via their Kafka endpoint. To configure your pipeline, please adjust your Kafka destination using the following options.

OptionDescriptionValue
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.<namespace name>.servicebus.windows.net:9093
TopicThe name of the topic to publish to.Your event hub name
Group IDThe consumer group identifierIf you are using default, please be sure to escape the dollar sign: $$Default
Use TLSEnable TLS connection to the endpointOn
TLS CA Certificate ChainThe CA certificate chain in PEM formatA valid CA chain like this.
TLS Verify CertificateVerify the TLS certificateOn
SASL/SCRAM EnabledEnable SASL/SCRAM authentication for Kafka.On
SASLThe SASL/SCRAM mechanismPLAIN
UsernameThe SASL/SCRAM Username$$ConnectionString
PasswordThe SASL/SCRAM PasswordSet to the AEH connection string
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
  Last updated