Examples include
Oh yeah, you know it. But, it's in Scala. More info here https://www.supergloo.com/kafka-streams/kafka-streams-scala-example/
My God, what have you done to my Word Count!?
More info here https://www.supergloo.com/kafka-streams/kafka-streams-testing-scala-part-1/
For a minute there, I thought it was going to be Word Count related. Well, it's not. It's all about joining topics in Kafka Streams.
More https://www.supergloo.com/kafka-streams/kafka-streams-joins-examples/
For those of you coming from Apache Spark or Scala, transformations such
as map
or flatMap
will seem just like you expect. But, for those of you
possibly new to Kafka Streams and no previous experience in Spark and/or Scala, this
tutorial and source code may be helpful
More at Kafka Streams Transformations Tutorial
Let me know