From 674f59a533effb78cd52fbf0a03b1017d2c33d9b Mon Sep 17 00:00:00 2001 From: Durairaj Subramaniam Date: Fri, 3 Jul 2020 11:33:24 +0100 Subject: [PATCH] Added Confluent Kafka Golang client (#3095) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0f35da43..20429ac6 100644 --- a/README.md +++ b/README.md @@ -1106,6 +1106,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [Bus](https://github.com/mustafaturan/bus) - Minimalist message bus implementation for internal communication. * [Centrifugo](https://github.com/centrifugal/centrifugo) - Real-time messaging (Websockets or SockJS) server in Go. * [Commander](https://github.com/jeroenrinzema/commander) - A high-level event driven consumer/producer supporting various "dialects" such as Apache Kafka. +* [Confluent Kafka Golang Client](https://github.com/confluentinc/confluent-kafka-go) - confluent-kafka-go is Confluent's Golang client for Apache Kafka and the Confluent Platform. * [dbus](https://github.com/godbus/dbus) - Native Go bindings for D-Bus. * [drone-line](https://github.com/appleboy/drone-line) - Sending [Line](https://at.line.me/en) notifications using a binary, docker or Drone CI. * [emitter](https://github.com/olebedev/emitter) - Emits events using Go way, with wildcard, predicates, cancellation possibilities and many other good wins.