I am trying to install Kafka in WSL2.
I am referring this DigitalOcean blog, but I am stuck when trying to start Kafka using the command:
sudo systemctl start kafka
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
I have researched and found WSL2 does not come with systemd
. Is there an alternative to install systemd
services supported in WSL2?
If not, is there a way to install Kafka on Windows?