when i running this command
/root/heraldhealth/softwares/confluent-5.2.1/bin/confluent-hub install --no-prompt confluentinc/kafka-connect-datagen:latest
on my centos7 machine , i am getting this error below :
Running in a "--no-prompt" mode
java.net.SocketException: Connection reset
Error: Unknown error
Though command like /bin/confluent start is working fine
i am following this link
expected output:
Running in a "--no-prompt" mode
...
Completed
actual output: error shown above.