Skip to content

camelya58/spring-boot-kafka-producer-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-kafka-producer-example

it is necessary to set up consumer. download apache kafka Terminal 1 bin/zookeeper-server-start.sh config/zookeeper.properties

Terminal 2 bin/kafka-server-start.sh config/server.properties

Terminal 3 bin/kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic Kafka_Example

bin/kafka-console-consumer.sh -- bootstrap-server localhost:9092 --topic Kafka_Example --from-beginning

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages