On Fri, 17 Jun 2016, 14:41 Gerard Klijs, wrote:
> What do you mean with a *docker volume*?
The container is started through docker-compose, using the VOLUMES keyword
to mount the folder where Kafka saves the log.
I'm running all of this on windows using the standard distribution of
docker for w
Try mounting it to /tmp/ then you will see if it's a file permission issue.
On Fri, Jun 17, 2016 at 1:27 PM, Gerard Klijs
wrote:
> What do you mean with a *docker volume*? It's best to use a data container,
> and use the volumes in your broker container, this way you can destroy the
> broker con
What do you mean with a *docker volume*? It's best to use a data container,
and use the volumes in your broker container, this way you can destroy the
broker container without affecting the data. The data container itself
needs to be configured depending on the host. For example when the host is
ru
Hello people,
I'm running one single kafka broker from within a docker container. The
folder where kafka writes the logs is mounted as *docker volume* on my
system.
As soon as I try to create a topic I get this error
[2016-06-15 10:22:53,602] ERROR [KafkaApi-0] Error when handling request
{contr