Skip to content

phanphuctho7760/go-kafka-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is example simple Kafka with Golang

Getting start

  1. Init vendor
make init
  1. Build & start project
make build 
  1. Send data to Kafka
make send 
  1. Receive data from Kafka
make receive 
  1. Stop & remove all container
make clear 
  1. Other command
make start
make restart
make stop
make info
make exec-producer
make exec-consumer
make hello

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published