Skip to content

Asynchronous message send via Kafka from producer to consumer

Notifications You must be signed in to change notification settings

ignatenko-denis/kafka-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kafka-template

Asynchronous message send via Kafka from producer to consumer

  1. Download and install Kafka
  2. Build - mvn clean install
  3. Start zookeeper - bin/zookeeper-server-start.sh config/zookeeper.properties
  4. Start Kafka - bin/kafka-server-start.sh config/server.properties
  5. Run Application - ./run.sh
  6. Check Kafka topics - bin/kafka-topics.sh --list --bootstrap-server localhost:9092

This tiny project is a sample of usage:

  1. Java 13
  2. Spring Boot
  3. Kafka
  4. Protocol Buffers version 3
  5. Lombok
  6. Logback
  7. Checkstyle
  8. PMD
  9. Maven

About

Asynchronous message send via Kafka from producer to consumer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages