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

214 [DEV] added dockerized kafka #251

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

214 [DEV] added dockerized kafka #251

wants to merge 3 commits into from

Conversation

tonycox
Copy link
Collaborator

@tonycox tonycox commented May 12, 2017

fixes #214

expose:
- "9092"
environment:
KAFKA_ADVERTISED_HOST_NAME: 172.20.0.1
Copy link
Collaborator

@ex00 ex00 Jun 20, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is it ip? Can't we use $(docker-machine ip)? possible solution set env variable https://stackoverflow.com/a/37680288 or try use hostname for this container.
also may be use other way
https://github.com/wurstmeister/kafka-docker/blob/f48d2b6de64bd133108560bc6ad8bd264c5a2646/start-kafka.sh#L31

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

Successfully merging this pull request may close these issues.

None yet

2 participants