Mickael Maison created KAFKA-17911:
--------------------------------------
Summary: Unable to set kafka.metrics.reporter via environment
variables in docker image
Key: KAFKA-17911
URL: https://issues.apache.org/jira/browse/KAFKA-17911
Project: Kafka
Issue Type: Bug
Reporter: Mickael Maison
Assignee: Mickael Maison
Fix For: 3.9.0, 3.8.1
When passing broker configurations to the docker image, configurations have to
be renamed as per
https://github.com/apache/kafka/tree/trunk/docker/examples#using-environment-variables.
However there is an issue with kafka.metrics.reporters. It should be renamed to
KAFKA_KAFKA_METRICS_REPORTERS but the logic converting it back to the
configuration name strip all the KAFKA_ instances so we end up with only
metrics.reporters which is not a valid configuration.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)