-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Update tutorial #407
Comments
Tipp: This line works for me:
|
For security, do not mount the /var/run/docker.sock configuration file into the container. https://www.lvh.io/posts/dont-expose-the-docker-socket-not-even-to-a-container.html |
Now that markdown -> site generation has been fixed by #454, these updates should be possible. |
Follow up on #110 for MacOS. Until you explicitly add The correct script should look like this:
|
Here is a master ticket to track all the required tutorial updates, rather than having multiple tickets open tracking separate bits of information
To update
KAFKA_ADVERTISED_HOST
must be routable from host / bridge network. (Not works on Docker Mac Native - Zookeeper timeouts #110)--from-beginning
console parameter (Consumer is not able to process messages #219)--bootstrap-server
option for new consumers (Tutorial update to use new console-consumer #243)scale
/--scale
commandsThe text was updated successfully, but these errors were encountered: