Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 505 Bytes

File metadata and controls

13 lines (8 loc) · 505 Bytes

Spring Cloud Streams Kafka Demo

This sample project demonstrates how to build real-time streaming applications using event-driven architecture, Spring Boot, Spring Cloud Stream, Apache Kafka, and Lombok.

By the end of this tutorial, you'll have a simple Spring Boot-based Greetings microservice running. that (https://dzone.com/articles/spring-cloud-stream-with-kafka)

  1. Takes a message from a REST API,
  2. Writes it to a Kafka topic,
  3. Reads it from the topic, and
  4. Outputs it to the console.