From 481094cb091b83584e6b9e94673a56dda36f8143 Mon Sep 17 00:00:00 2001 From: Hugo Hromic Date: Thu, 18 Jul 2024 14:42:48 +0100 Subject: [PATCH] README: `kafka-go` also works with Confluent Platform --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 16cd3d56..21f854e7 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ This library attempts to provide an intuitive API while interacting with Kafka t - [**Redpanda**](https://vectorized.io/): the fastest and most efficient Kafka compatible event streaming platform - **Kafka**: the original Java project +- **Confluent Platform** - **Microsoft Event Hubs** - Event Hubs does [not support][MSEH] producing with compression; be sure to use `kgo.ProducerBatchCompression(kgo.NoCompression)`. - **Amazon MSK**