Skip to content

simplesteph/kafka-streams-course

Repository files navigation

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.