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

Windows: Timeout expired while fetching topic metadata

Open mcandre opened this issue 8 years ago • 0 comments

In Windows, 1ambda/kafka-connect:latest quickly times out with a message about not finding Kafka topic information.

Source

https://github.com/mcandre/hello-kafka-connect

Trace

C:\> docker-compose up
...
connect_1    | [2016-07-29 02:18:55,215] ERROR Uncaught exception in herder work thread, exiting:  (org.apache.kafka.connect.runtime.distributed.DistributedHerder:183)
connect_1    | org.apache.kafka.common.errors.TimeoutException: Timeout expired while fetching topic metadata
connect_1    | [2016-07-29 02:18:55,227] INFO Kafka Connect stopping (org.apache.kafka.connect.runtime.Connect:68)
connect_1    | [2016-07-29 02:18:55,228] INFO Stopping REST server (org.apache.kafka.connect.runtime.rest.RestServer:154)

System

  • Docker Toolbox 1.11.2
  • VirtualBox 5.1.2
  • Windows 10 Professional x86_64

I'm not sure why, but 1ambda/kafka-connect:latest does not appear to have this problem in Mac OS El Capitan.

mcandre avatar Jul 29 '16 02:07 mcandre