Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 788 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 788 Bytes

Build Status

Learning

This is a companion repository for my Kafka Streams course on Udemy

Happy learning!

Kafka Streams Course Logo

Content

  • 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 and GlobalKTable.