Skip to content

Instantly share code, notes, and snippets.

View mzouink's full-sized avatar

Marwan Zouinkhi mzouink

View GitHub Profile
@mzouink
mzouink / kafka_aws_setup.sh
Created January 25, 2021 21:39
Kafka aws Scripts
# Java 8 setup
sudo apt-get update
sudo apt-get -y install default-jdk
# install kafka
wget https://apache.mirror.digionline.de/kafka/2.7.0/kafka_2.12-2.7.0.tgz
tar -xzf kafka_2.12-2.7.0.tgz
rm -rf kafka_2.12-2.7.0.tgz
# start zookeeper
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.