This is a companion repository for my Kafka Streams course on Udemy
Happy learning!
- Starter project with dependencies
- Word Count to learn the basic API
- Favourite Colour for a more advanced example (
Scala
version included) - Bank Balance to demonstrate exactly once semantics
- User Event matcher to learn about joins between
KStream
andGlobalKTable
.