Develop a standalone Kafka Streams application (using IntelliJ IDEA) that reads records in from a source and writes it out to a sink.
In the end, use sbt assembly and java -jar to run the application.
sbt assembly
java -jar
Module: Kafka Streams
Duration: 30 mins