Skip to content

ssenhad/SimpleKafkaExampleSpringBoot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Kafka Producer

Kafka Topic

thetechcheck

Creating a Kafka Topic

cd into the Kafka directory, and run the following command to create a new topic:

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

Running the SpringBoot application

cd into the project directory and run the following command to create a .jar file of the project:

mvn clean install

This will create a .jar file in the target directory, inside the project directory. Now to run the project, run the following command from the same project directory:

java -jar target/<name_of_jar_file>.jar

You should now be seeing the output in the terminal.

About

A simple Spring Boot (Java) app which demonstrates Apache Kafka's producer and consumer APIs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy