ches / docker-kafka

Apache Kafka on Docker
https://hub.docker.com/r/ches/kafka/
146 stars 137 forks source link

More resiliant IP detection #18

Closed Jamstah closed 8 years ago

Jamstah commented 8 years ago

Works if there is more than one match in the hosts file, and guards against partial hostname matches.

Resolves #17

ches commented 8 years ago

LGTM, thanks! This is a hacky/brittle thing in general, but short of some kind of first-class name service feature integrated in Docker core, I can't think of a better way that's convenient.