Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages