Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka Streams Demo

This repository shows how a simple kafka streams job can be written

Pre-requisites

Please ensure Maven and Java are installed in your system

Also ensure you have kafka installed in your system and that kafka is up and running.

Compiling the code

In order the compile the code and create an jar file, run the following command:

mvn clean package

This will create a file called kafka-streams-demo-1.0-SNAPSHOT-jar-with-dependencies.jar in the target folder

Running the kafka streams job

You can run the jar file using the following command

java -jar target/kafka-streams-demo-1.0-SNAPSHOT-jar-with-dependencies.jar

About

Kafka streams demo

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages