Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dynastymasra/gokafka
- Owner: dynastymasra
- License: gpl-3.0
- Created: 2018-05-08T06:18:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-15T11:17:40.000Z (over 6 years ago)
- Last Synced: 2023-03-14T08:10:25.611Z (almost 2 years ago)
- Topics: go, golang, kafka
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 DeployUse command go `go run main.go` in root folder for run this application.