Skip to content

memadev/spring-kafka-producer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

spring-kafka-producer

Show cases producing messages to Apache Kafka.

First you need to run Zookeeper and Kafka(If you haven't yet). Change to bin directory of Kafka and run zookeeper:

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

then you need to run Kafka:

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

Now you are able to run producer application which publishes a message to event topic.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages