Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove broken newline #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eriktim
Copy link

@eriktim eriktim commented May 7, 2021

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
Copy link
Author

eriktim commented May 28, 2021

Did not notice this before but fixes #9.

@obalunenko
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants