Skip to content

devansh42/kafka-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

This app

  1. Creates fresh topics/consumer groups every time
  2. Creates few Producers
  3. Creates few consumers along with consumer groups
  4. Producer produces message after passing the given interval periodically
  5. Consumer consumes those messages and logs the value

Guide to run the App

  1. Install and Run Kafka on default address i.e. localhost:9092
  2. Build Project with go build .
  3. Run the Project by calling the new binary
  4. Quit the App with Ctrl+C

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages