Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Sarama | 10,592 | 2,663 | 2 days ago | 165 | November 07, 2023 | 189 | mit | Go | ||
Sarama is a Go library for Apache Kafka. | ||||||||||
Kafka Ui | 7,442 | 2 days ago | 2 | December 09, 2022 | 336 | apache-2.0 | Java | |||
Open-Source Web UI for Apache Kafka Management | ||||||||||
Kafka Go | 6,733 | 96 | 825 | 5 days ago | 134 | November 27, 2023 | 158 | mit | Go | |
Kafka library in Go | ||||||||||
Confluent Kafka Go | 4,227 | 467 | 4 days ago | 72 | October 25, 2023 | 236 | apache-2.0 | Go | ||
Confluent's Apache Kafka Golang client | ||||||||||
Confluent Kafka Python | 3,479 | 151 | 312 | 6 days ago | 31 | October 25, 2023 | 293 | other | Python | |
Confluent's Kafka Python Client | ||||||||||
Kafkajs | 3,459 | 39 | 759 | 2 days ago | 299 | February 27, 2023 | 309 | mit | JavaScript | |
A modern Apache Kafka client for node.js | ||||||||||
Confluent Kafka Dotnet | 2,653 | 101 | 715 | 3 days ago | 150 | October 25, 2023 | 519 | apache-2.0 | C# | |
Confluent's Apache Kafka .NET client | ||||||||||
Php Rdkafka | 1,992 | 2 days ago | 28 | mit | C | |||||
Production-ready, stable Kafka client for PHP | ||||||||||
Karafka | 1,859 | 22 | 6 | 10 hours ago | 148 | November 17, 2023 | 33 | other | Ruby | |
Ruby and Rails efficient Kafka processing framework | ||||||||||
Alpakka Kafka | 1,415 | 8 | 135 | 16 days ago | 42 | April 17, 2023 | 111 | other | Scala | |
Alpakka Kafka connector - Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka. |
Sarama is an MIT-licensed Go client library for Apache Kafka.
You might also want to look at the Frequently Asked Questions.
Sarama provides a "2 releases + 2 months" compatibility guarantee: we support the two latest stable releases of Kafka and Go, and we provide a two month grace period for older releases. However, older releases of Kafka are still likely to work.
Sarama follows semantic versioning and provides API stability via the standard Go module version numbering scheme.
A changelog is available here.