rjurney / Agile_Data_Code_2

Code for Agile Data Science 2.0, O'Reilly 2017, Second Edition
http://bit.ly/agile_data_science
MIT License
456 stars 306 forks source link

kafka not working in Vagrant #125

Closed danovalla closed 1 year ago

danovalla commented 4 years ago

Hi @rjurney , I don't know if you're still supporting Vagrant, but in case you are, the kafka_2.11-2.1.1.tgz file is no longer working. I replaced it for

curl -Lko /tmp/kafka_2.11-2.1.1.tgz https://www-us.apache.org/dist/kafka/2.4.1/kafka_2.11-2.4.1.tgz

and it seems to work fine so far. Hope it helps

rjurney commented 4 years ago

Thanks!

rjurney commented 1 year ago

@danovalla this should be fixed in the new Dockerfile / docker-compose setup!