Skip to content

med8bra/kafka-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Kafka Example

A Simple producer/consumer clients example of kafka, you should have kafka up and running, and you change the configs here.

Run (Java 8)

To run the producer :

$ java -jar target/kafka-example-jar-with-dependencies.jar produce

To run the consumer :

$ java -jar target/kafka-example-jar-with-dependencies.jar consume

About

A Simple Kafka Producer/Consumer example

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages