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

Apache Kafka on Docker

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

All, Firstly let me apologize for the trivial question, but I am kafka newbie! I am trying to run the docker-kafka container on a linux test server. I am able...

question

Hi, thanks for the image! Is there a way to set kafka to create more partitions per topic on demand? I use this EVN > KAFKA_NUM_PARTITIONS=40 but this is not...

Hello, I'm looking for good dockerized kafka environment for local development and found you repo suitable. When I run "complex build" or make a docker-compose.yml everything started successfully but Kafka...

question

Because of the "magic" ADD, your tgz is being unpacked prematurely. see https://www.ctl.io/developers/blog/post/dockerfile-add-vs-copy/. This means that there is no file for the checksum to verify. Replace ADD with WGET... ```...

Hey, thanks for your work on these build descriptions. I think I may have found a bug with with 0.9.0.1 image on Docker Hub. This is an excerpt from the...

As noted by [atayebali in a comment](https://hub.docker.com/r/ches/kafka/), osx needs "special" parameters to works. This PR also fixes #26

Kubernetes StatefulSet support is easiest when pulling the broker id out of the hostname pattern $HOSTNAME="kafka-1" should be broker-id 1 So the start.sh script pulls that out of there with...

I have need it in our project, it would be great if configuration of `offsets.retention.minutes` can be supported by env variable: `KAFKA_OFFSETS_RETENTION_MINUTES`

It seems since the upgrade to 0.10.1.0 the logs are ending up in /kafka/logs instead of /logs. My current workaround is to set the LOG_DIR environment variable to /logs

The NetflixOSS image is at least a year old ![image](https://cloud.githubusercontent.com/assets/693059/22034529/7adb3e46-dca1-11e6-87ef-14d0bb0256eb.png) I've borrowed bits from https://github.com/dockerfile/java/tree/master/oracle-java8 and we're doing the java8 install ourselves. We could just ineherit from them but I...