[ https://issues.apache.org/jira/browse/KAFKA-17911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mickael Maison resolved KAFKA-17911. ------------------------------------ Fix Version/s: 4.0.0 (was: 3.9.0) (was: 3.8.1) Resolution: Fixed > 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 > Priority: Major > Fix For: 4.0.0 > > > 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)