I'm trying to prepare my Kafka by following the quickstart: https://kafka.apache.org/quickstart
I'm trying to do the Step 2: Start the Kafka environment with KRaft:
So I tried to put the KAFKA_CLUSTER_ID="$(bin/kafka-storage.sh random-uuid)"
to the Bash in the Kafka root folder and got following error:
Does anyone know how to solve this?