Skip to content

anthari/kafka-with-springboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Start kafka Container

Execute below docker commands to start kafka container

docker pull apache/kafka:latest
docker run --name kafka -p 9092:9092 -d apache/kafka:latest 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages