Horje
install kafka ubuntu command line Code Example
install kafka ubuntu command line
sudo apt install default-jre
sudo apt install zookeeperd
sudo adduser --system --no-create-home --disabled-password --disabled-login kafka
cd ~
wget "http://www-eu.apache.org/dist/kafka/1.0.1/kafka_2.12-1.0.1.tgz" #replace the url with the newest release if outdated
sudo mkdir /opt/kafka
sudo tar -xvzf kafka_2.12-1.0.1.tgz --directory /opt/kafka --strip-components 1
sudo mkdir /var/lib/kafka
sudo mkdir /var/lib/kafka/data
sudo chown -R kafka:nogroup /opt/kafka
sudo chown -R kafka:nogroup /var/lib/kafka
sudo systemctl restart kafka




Shell

Related
how to install chocolatey on windows 10 Code Example how to install chocolatey on windows 10 Code Example
git bash upstream branch change Code Example git bash upstream branch change Code Example
unable to correct problems you have held broken packages npm Code Example unable to correct problems you have held broken packages npm Code Example
docker log tail Code Example docker log tail Code Example
warning: unable to access '/Users/me/.config/git/attributes': Permission denied Code Example warning: unable to access '/Users/me/.config/git/attributes': Permission denied Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9