Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

On all server nodes, format the storage directories using that uuid:

Code Block
languagejs
themeRDark
<kafkaInstallationDir/bin/kafka-storage.sh format --cluster-id <uuid> --config <kafkaInstallationDir>/config/kraft/server.properties

The storage directory is provided to Kafka in server.properties as log.dirs. Kafka will create the directory if it does not exist.

...

Run Kafka

On all server nodes, run:

...

Note: it's safe to mix the "curly-bracket" and "dot" syntax styles in the same file.

Configure shrineLifecycle tool

In network.conf

...

To use Kafka: in network.conf, specify , add a Kafka section with the specifics to share with downstream nodes:

...