Skip to content
/ gofka Public

Implementation of Kafka on Golang using sarama.

Notifications You must be signed in to change notification settings

ggichuru/gofka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOW TO

for each, Open a new terminal tab

-> Start Kafka Broker ( server ) {localhost:9092}

    make run-broker

-> Run the (test) producer { notifications }

    make test-producer

-> Run the (test) consumer { notifications }

    make test-consumer

-> Run (simulations) notifications { bash scripts with curl }

    make simulate

About

Implementation of Kafka on Golang using sarama.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published