From 2adde005561089ececefb28270b644b0344e7180 Mon Sep 17 00:00:00 2001 From: Matias Fontanini Date: Tue, 6 Jun 2017 03:36:44 -0700 Subject: [PATCH] Add cppkafka to language bindings (#1255) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f0cd70c49b..17f4444e70 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ See the [wiki](https://github.com/edenhill/librdkafka/wiki) for a FAQ. # Language bindings # * C#/.NET: [confluent-kafka-dotnet](https://github.com/confluentinc/confluent-kafka-dotnet) (based on [rdkafka-dotnet](https://github.com/ah-/rdkafka-dotnet)) + * C++: [cppkafka](https://github.com/mfontanini/cppkafka) * D (C-like): [librdkafka](https://github.com/DlangApache/librdkafka/) * D (C++-like): [librdkafkad](https://github.com/tamediadigital/librdkafka-d) * Go: [confluent-kafka-go](https://github.com/confluentinc/confluent-kafka-go)