Skip to content

Spring-Boot-Framework/spring-cloud-streams-kafka-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%