Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 424 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 424 Bytes

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