Rumah > Artikel > Tutorial sistem > Kongsi tutorial terperinci tentang memasang Kafka di bawah Linux
1 Prasyarat
2. Pasang Java
sudo apt-get update sudo apt-get install openjdk-8-jdk
3. Pasang Apache Kafka
wget https://dlcdn.apache.org/kafka/2.13/kafka_2.13-3.3.1.tgz tar -xvzf kafka_2.13-3.3.1.tgz
4. eeUbah suai konfigurasi berikut:
wget https://dlcdn.apache.org/zookeeper/zookeeper-3.4.14/zookeeper-3.4.14.tar.gz tar -xvzf zookeeper-3.4.14.tar.gze
6 . Hantar mesej
cd kafka_2.13-3.3.1 cp config/server.properties config/server.properties.orig vim config/server.properties11 Consume message
broker.id=0
listeners=PLAINTEXT://localhost:9092
zookeeper.connect=localhost:2181
cd zookeeper-3.4.14 cp conf/zoo.cfg conf/zoo.cfg.orig vim conf/zoo.cfg
13
Atas ialah kandungan terperinci Kongsi tutorial terperinci tentang memasang Kafka di bawah Linux. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!