Skip to content

POC Kafka Producer and Consumer for Aiven and Confluent

Notifications You must be signed in to change notification settings

eyeezzi/go-microphage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Microphage

A war has been raging underground for a long time now. The Microbes and Immune have been engaged in a bloody battle for control of the Human System. Choose your side, taste victory!

Usage

  1. supply the files aiven.env and concluent.env. See sample-env.
  2. go run *.go

Notes

Best Practices

  • When doing concurency with Goroutines, explicitly define Wait Groups and add your goroutines to them, then let your main function wait on this waitgroup. Otherwise, you might spend time wondering why your goroutines are not executing...because your main quits and closes all goroutines it spurn.

About

POC Kafka Producer and Consumer for Aiven and Confluent

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published