yudai / siesta

Making support for Apache Kafka in Go better

Home Page:http://stealth.ly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

siesta

A low level Apache Kafka library in Go

Build Status

Installation:

  1. Install Golang http://golang.org/doc/install
  2. Make sure env variables GOPATH and GOROOT exist and point to correct places
  3. go get github.com/elodina/siesta
  4. go test -v to make sure it works

You may also want to spin up a local broker at localhost:9092 for the functional test to work as well (it will be skipped otherwise).

About

Making support for Apache Kafka in Go better

http://stealth.ly

License:Apache License 2.0


Languages

Language:Go 100.0%