hey-johnnypark / docker-kafka-zookeeper

Docker image for Kafka (0.10.x - 0.11.x - 1.x, 2.x) message broker including Zookeeper
https://hub.docker.com/r/johnnypark/kafka-zookeeper/
53 stars 47 forks source link

Remove broken newline #10

Open eriktim opened 3 years ago

eriktim commented 3 years ago

When setting AUTO_CREATE_TOPICS=false and inspecting the server.properties in the Docker container I noticed the "\n" gets printed in the file as is. >> will automatically add a newline for us so I removed the prefix.

You can try by running:

$ echo "foo" > test.txt
$ echo "bar" >> test.txt
$ cat test.txt
foo
bar
eriktim commented 3 years ago

Did not notice this before but fixes #9.

obalunenko commented 4 months ago

Hi @eriktim This repository is not maintained. You can use this one: https://github.com/obalunenko/docker-kafka-zookeeper . It already has pre-build images for all Kafka with zookeeper versions published on the official site https://kafka.apache.org/downloads