Skip to content

Krutov777/kafka-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Apache kafka + Spring Boot

Installation:

install link apache kafka 2.13-2.6.0:
https://kafka.apache.org/downloads

Start the kafka environment:

Go to kafka directory from terminal:
$ cd kafka 2.13-2.6.0
Start the ZooKeeper service
$ bin/zookeeper-server-start.sh config/zookeeper.properties
Start the Kafka broker service
$ bin/kafka-server-start.sh config/server.properties

Releases

No releases published

Packages

No packages published