From 7cbd90f7491522d21aa37e58f2367bfe66ecc8b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carles=20Cerezo=20Guzm=C3=A1n?= Date: Fri, 7 Nov 2014 18:14:26 +0000 Subject: [PATCH] Added zmq and sarama --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2f30f176..056f4a14 100644 --- a/README.md +++ b/README.md @@ -286,7 +286,9 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go-nsq](https://github.com/bitly/go-nsq) - the official Go package for NSQ * [gopush-cluster](https://github.com/Terry-Mao/gopush-cluster) - gopush-cluster is a go push server cluster. * [NATS](https://github.com/apcera/nats) - A lightweight and highly performant publish-subscribe and distributed queueing messaging system. +* [sarama](https://github.com/Shopify/sarama) - A Go library for Apache Kafka. * [Uniqush-Push](https://github.com/uniqush/uniqush-push) - A redis backed unified push service for server-side notifications to mobile devices. +* [zmq4](https://github.com/pebbe/zmq4) - A Go interface to ZeroMQ version 4. Also available for [version 3](https://github.com/pebbe/zmq3) and [version 2](https://github.com/pebbe/zmq2). ## Miscellaneous