devansh42 / kafka-poc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Go 100.0%