• Stars
    star
    752
  • Rank 60,353 (Top 2 %)
  • Language
    Java
  • Created over 7 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Learn Kafka Streams with several examples!

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.