Variable | EXTRA_KAFKA_CONFIGS_FILE | |
Description | Allows to add extra Kafka configuration properties |
It's possible to add extra Kafka configuration properties to Humio's
Kafka-consumers and Kafka-producers by pointing to a properties file using
EXTRA_KAFKA_CONFIGS_FILE
. For example, this enables Humio
to connect to a Kafka cluster using SSL and SASL. Remember to map the
configuration file into the Humio Docker container if running Humio in a
Docker container.
In Kafka version 3.0.0 the idempotent producer is enabled by default,
which implies akcs=all
. Clusters
that set acks to a different number should update their configuration to
also specify
enable.idempotence=false
ini files
EXTRA_KAFKA_CONFIGS_FILE=extra_kafka_properties.properties
See KAFKA_SERVERS
for more information and an example.