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

Kafka (and Zookeeper) in Docker

Results 62 docker-kafka issues
Sort by recently updated
recently updated
newest added

Dear @mattnworb & @mbruggmann could it make sense to archive this repo to make it more clear that it is no longer maintained and does not work with current versions...

Kafka failed to start with this error message: ``` 2017-08-16 18:21:57,172 CRIT Supervisor running as root (no user in config file) 2017-08-16 18:21:57,173 WARN Included extra file "/etc/supervisor/conf.d/zookeeper.conf" during parsing...

I tried ``` git clone https://github.com/spotify/docker-kafka cd docker-kafka/ cd kafka docker build -t kafka:0.10.1.0 . ``` and I get the following error ``` Get:6 http://deb.debian.org jessie/main amd64 Packages [9098 kB]...

Supervisord cannot stop Kafka, it will signal this script's PID but Kafka will not stop. This way we can trust that supervisord actually controls the Kafka process.

Unfortunately this repo is high ranked in search engines. For those coming here, I am using this repository: [https://github.com/lensesio/fast-data-dev](https://github.com/lensesio/fast-data-dev) It is very complete and **works**! :beer:

Updated to kafka version 2.2.0

I attempted to put ``` kafka: image: spotify/kafka ports: - "9092:9092" - "2181:2181" hostname: kafka expose: - "9092" - "2181" environment: TOPICS: test-topic ``` But this failed to work, is...

Fix quoted variables and negated test `-z `resulting in a needless double-negative. You can just use the `-n` operator instead: ``` # Identical tests to verify that a value is...

Adds environment variable ALLOW_DELETE_TOPICS which is beeing set to true cause setup server.properties with an delete.topic.enable=true value uncommented

Cannot build docker image. 1. there are errors during apt-get because of invalid repositories. 2. broken url for downloading kafka sources