/kafka-beginner-course

My Kafka project on Udemy

Primary LanguageJava

Brief

This is my kafka repository to learn Udemy Kafka course

Known issue

Setup Project running on IntellJ on Windows 10 machine
Kafka server running in WSL2 Ubuntu distribution.

There was a connection problem from Windows to Kafka on WSL2. I had to change the listener properties of Kafka server and set on Windows accordingly.
See issue on https://stackoverflow.com/a/66379094/5668956