docker-kafka icon indicating copy to clipboard operation
docker-kafka copied to clipboard

Support zookeeper.connect parameter $ZK_SERVER in --env

Open bitxel opened this issue 9 years ago • 1 comments

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.

bitxel avatar Jan 12 '16 05:01 bitxel

Alternatively see #65.

gg7 avatar Jan 20 '17 02:01 gg7