Install Kafka under Window

Table of contents

1. Download and install

2. Configuration

3. Start


1. Download and install

Note: zookeeper is included in the Kafka installation file

First open the Kafka website: https://kafka.apache.org/

Click  Download Kafka and select the appropriate version to download.

The .tgz format file here is compatible with Windows systems and can run normally.

You can choose to download the source code, or you can choose the Scala version to download. The blogger here chooses Scala .13 version to download.

The download speed is very slow, staying at 10kb/s. It is recommended to find a mirror website to download.

Once the download is complete, unzip it. The following is the configuration part

2. Configuration

Open the config directory under the file directory and open the zookeeper.properties file.

Modify the path and choose the path that suits you.

Open the server.properties file  again

Configure the path of the log

Finally, save and close, and the configuration is completed. 

3. Start

Waiting for perfection. . .

Guess you like

Origin blog.csdn.net/m0_56426418/article/details/131021363