Skip to content

digorithm/event-driven-kafka-go-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple template that I've been using to build event-driven systems using:

  1. Go
  2. Kafka
  3. Sarama's Kafka API (https://github.com/Shopify/sarama)

It's organized as a reusable producer code in a high-level package (pkg). This producer can be used embedded in any consumer.

Then we have the consumers, I created two as an example: ordering and payment. Creating a new consumer is only about following what has been done in these packages.

About

Simple template for event-driven systems using Go and Kafka.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages