If you’re running your Apache Kafka brokers using WSL2 and want to connect Conduktor to your brokers, you may run into some errors due to misconfigurations. For instance, if you try to connect to “localhost:9092” or “127.0.0.1:9092” and this does not work, please continue reading.It’s similar to using Docker: Conduktor is running on your host system, on your host network. It is running outside of your internal Docker network, and here, it is running outside of your WSL 2 network. You must “connect” both.