Demo project for online stream #10 and #11 about Kafka and working with it in Spring Boot application.
To get a link to online stream on YouTube please do the following:
- 💰 Make any donation to support my volunteering initiative to help Ukrainian Armed Forces by means described on my website
- 📧 Write me an email indicating donation amount and time
- 📺 I will reply with the link to the stream on YouTube.
Thank you in advance for your support! Слава Україні! 🇺🇦
To start up Kafka brokers please use the provided docker-compose
file.
Take a look at integration tests for kafka producer and kafka consumer in src/test
folder
- How advertised listeners work in Kafka and how to fix connection problems to cluster running in Docker, Aws, locally, etc.
- Exploring Kafka Producer’s Internals
- Exploring Kafka Consumer’s Internals