Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dynastymasra/gokafka

Example golang use kafka with library sarama
https://github.com/dynastymasra/gokafka

go golang kafka

Last synced: about 1 month ago
JSON representation

Example golang use kafka with library sarama

Awesome Lists containing this project

README

        

# GoKafka

[![Go](https://img.shields.io/badge/go-1.10.1-00E5E6.svg)](https://golang.org/)
[![Kafka](https://img.shields.io/badge/kafka-0.10.1-000000.svg)](https://kafka.apache.org/)
[![Glide](https://img.shields.io/badge/glide-0.12.3-CFBDB1.svg)](https://glide.sh/)

This sample Golang use kafka for message broker. There have two folder `consumer` and `producer`.

## Libraries
Use glide command for install all dependencies required this application.
- Use command `glide install` for install all dependency.
- Use command `glide up` for update all dependency.

## How To Run and Deploy

Use command go `go run main.go` in root folder for run this application.