Skip to content

A spring boot 3 demo project implementing Kafka topics, consumers and producers configurations as well as a listener and an API endpoint to consume messages.

Notifications You must be signed in to change notification settings

khalil-bouali/spring-boot-kafka-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka demo project

Download and then launch kafka using these two commands:

bin/zookeeper-server-start.sh config/zookeeper.properties
bin/kafka-server-start.sh config/server.properties

Edit the application.yml to point to your kafka server address and then launch the application. You can then ping the POST endpoing using postman or an alternative tool.

About

A spring boot 3 demo project implementing Kafka topics, consumers and producers configurations as well as a listener and an API endpoint to consume messages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages