wurstmeister / kafka-docker

Dockerfile for Apache Kafka
http://wurstmeister.github.io/kafka-docker/
Apache License 2.0
6.92k stars 2.73k forks source link

fixed: when KAFKA_HEAP_OPTS set, this code try to modify read-only /opt/bin/kafka-server-start.sh , then throw ACCESS DENIED and failed to start #657

Open smatvienko-tb opened 3 years ago

smatvienko-tb commented 3 years ago

The issue: image

Link to the Kafka server start script that now process KAFKA_HEAP_OPTS https://github.com/apache/kafka/blob/trunk/bin/kafka-server-start.sh

Fix result: image

image