confluentinc / cp-docker-images

[DEPRECATED] Docker images for Confluent Platform.
Apache License 2.0
1.14k stars 703 forks source link

Failed to install kafka-connect-datagen:0.1.0 #728

Open geek-phil opened 5 years ago

geek-phil commented 5 years ago

Hi I am following this Confluent quickstart : https://docs.confluent.io/current/quickstart/ce-quickstart.html#ce-quickstart, to install the Confluent Kafka on my Mac pro locally. Everything else is installed but I am having trouble installing one of the step: the kafka-connect-datagen:0.1.0 . Here's the error I am getting, I don't see any log file generated, nor any more detail that could point me a direction to dig further:

`C02YD2ZDJG5H:confluent-5.2.1 1234567$ /Users/1234567/confluent-5.2.1/bin/confluent-hub install --no-prompt --verbose confluentinc/kafka-connect-datagen:0.1.0 Running in a verbose mode Running in a "--no-prompt" mode Installation type is: ARCHIVE java.net.ConnectException: Operation timed out (Connection timed out)

Error: Unknown error ` I would appreciate if anyone can shed some lights...

OneCricketeer commented 5 years ago

This doesn't appear to be an issue with the Docker images. Have you considered using the kafka-connect-datagen container in this repo instead?