/kafka-demo

Kafka Streams API demo

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Kafka Streams API

This project demonstrates the use of Kafka Streams API by joining data from two input streams which is then pushed to an output stream.

Install & Run

Use the following commands to install and run the project.

  • ./mvnw clean install
  • ./mvnw spring-boot:run