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

HI Ches, I need to use Kafka 1.1.0 in this repository but it is not allowing to use anything over 10.2.0. Could you please help.

after run docker run -d \ --hostname localhost \ --name kafka \ --volume ./data:/data --volume ./logs:/logs \ --publish 9092:9092 --publish 7203:7203 \ --env KAFKA_ADVERTISED_HOST_NAME=127.0.0.1 --env ZOOKEEPER_IP=127.0.0.1 \ ches/kafka container shutdown...

Using docker toolbox, after run $ docker network create kafka-net $ docker run -d --name zookeeper --network kafka-net zookeeper:3.4 $ docker run -d --name kafka --network kafka-net --env ZOOKEEPER_IP=zookeeper ches/kafka...

Hi When I'm trying to run the "More complex local development setup" I'm getting the error below, Someone knows how can I save the data to another location in the...

I'm encountering a strange issue with your docker image. Without using a volume for /data, everything works just fine - no issues for several months now. However, as soon as...

Hello I have been using ches/kafka with docker compose from October last year without problem. Recently I created some new topics but any attempt to produce/consume with those topics fails,...

Sorry for seeking tech support, but I've looked around fairly extensively on how to this image up via docker compose, and haven't had much luck. Would you be able to...

question

I see `start.sh` takes `config/server.properties.template` as a (of course) template to come up with a `config/server.properties`. In this way, I can set (for example) `KAFKA_LOG_RETENTION_HOURS` to 24 to override the...

Its disabled by default here, in effort to be idiomatic, as it will be disabled in newer versions of kafka by default too. (from `0.11.0.0`) Let me know what you...

Due to the lack of a license at the project, I do not know if it can be used in a commercial way. Any license would clarify this issue. So...