xebia-functional / poc-scala-data-streaming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2. & 3. Implement the basic stream

dagmendez opened this issue · comments

commented
  • Create a Scala class or object that represents your Kafka Streams application.
  • Define the necessary logic to process the incoming messages.
  • Define the necessary processing steps, such as filtering, transforming, aggregating, or joining the data streams.