Skip to content

SGarcia96/kafka-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka Simple Application with Spring

Overview

A simple API Restful application implementing Kafka with Spring

Requirements

  • Java 11
  • IDE for Spring support (Eclipse, IntelliJ, STS...)
  • Kafka

How to run

  • Change the property: spring.kafka.bootstrap-servers=<kafka-broker-url> from application.properties file.
  • Keep the kafka server running

Demo

alt text

Authors

Helpful Links

Kafka Quickstart

Releases

No releases published

Packages

No packages published

Languages