mimaison commented on code in PR #18389:
URL: https://github.com/apache/kafka/pull/18389#discussion_r1916941023
##########
docker/docker_official_images/3.7.0/jvm/Dockerfile:
##########
@@ -78,7 +78,7 @@ RUN set -eux ; \
chmod -R ug+w /etc/kafka /var/lib/kafka /etc/kafka/secrets; \
cp /opt/kafka/config/log4j.properties /etc/kafka/docker/log4j.properties; \
cp /opt/kafka/config/tools-log4j.properties
/etc/kafka/docker/tools-log4j.properties; \
- cp /opt/kafka/config/kraft/reconfig-server.properties
/etc/kafka/docker/server.properties; \
+ cp /opt/kafka/config/kraft/server.properties
/etc/kafka/docker/server.properties; \
Review Comment:
You're right, we download Kafka 3.7.0 above. `reconfig-server.properties`
did not exist in 3.7.0, so this must be broken at the moment. So we need your
change.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]