Scenario 1: Development and Testing with Local Single Node Kafka Cluster
This scenario sets up a local development environment using a single‑node Kafka cluster, preferably using Kraft instead of ZooKeeper.
The development and testing with local single node Kafka cluster steps are as follows.
-
Install WSL2 on Windows. Follow the official Microsoft guide.
-
Set up Kafka in WSL2.
-
Start Kafka server.
-
Configure ESP to connect to local Kafka.
-
Run ESP and test event streaming. (The ESP and verify events are produced using a consumer, or tool, that can consume the stream.)
Additional Resources
Additional resources are as follows.
-
Kafka documentation
-
WSL2 documentation
