docker-kafka
docker-kafka copied to clipboard
Support zookeeper.connect parameter $ZK_SERVER in --env
Kafka 0.8.2 doesn't have a high-level rebalanced consumer api, pykafka with kafka 0.8.2 requires this parameter to rebalance consumer.
Default parameter is localhost:2181
, if we deploy the image to another server, pykafka won't work.
Alternatively see #65.