An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 9.0% on proxy.golang.org

proxy.golang.org : github.com/2lambda123/sarama

Package sarama is a pure Go client library for dealing with Apache Kafka (versions 0.8 and later). It includes a high-level API for easily producing and consuming messages, and a low-level API for controlling bytes on the wire when the high-level API is insufficient. Usage examples for the high-level APIs are provided inline with their full documentation. To produce messages, use either the AsyncProducer or the SyncProducer. The AsyncProducer accepts messages on a channel and produces them asynchronously in the background as efficiently as possible; it is preferred in most cases. The SyncProducer provides a method which will block until Kafka acknowledges the message as produced. This can be useful but comes with two caveats: it will generally be less efficient, and the actual durability guarantees depend on the configured value of `Producer.RequiredAcks`. There are configurations where a message acknowledged by the SyncProducer can still sometimes be lost. To consume messages, use the Consumer. Note that Sarama's Consumer implementation does not currently support automatic consumer-group rebalancing and offset tracking. For Zookeeper-based tracking (Kafka 0.8.2 and earlier), the https://github.com/wvanbergen/kafka library builds on Sarama to add this support. For Kafka-based tracking (Kafka 0.9 and later), the https://github.com/bsm/sarama-cluster library builds on Sarama to add this support. For lower-level needs, the Broker and Request/Response objects permit precise control over each connection and message sent on the wire; the Client provides higher-level metadata management that is shared between the producers and the consumer. The Request/Response objects and properties are mostly undocumented, as they line up exactly with the protocol fields documented by Kafka at https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol Metrics are exposed through https://github.com/rcrowley/go-metrics library in a local registry. Broker related metrics: Note that we do not gather specific metrics for seed brokers but they are part of the "all brokers" metrics. Producer related metrics:

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/2lambda123/sarama
License: MIT
Latest release: over 2 years ago
First release: about 10 years ago
Namespace: github.com/2lambda123
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 3 hours ago

v1.38.1
Published: over 2 years ago
Registry - Documentation - Download
v1.38.0
Published: over 2 years ago
Registry - Documentation - Download
v1.37.2
Published: over 2 years ago
Registry - Documentation - Download
v1.37.1
Published: over 2 years ago
Registry - Documentation - Download
v1.37.0
Published: over 2 years ago
Registry - Documentation - Download
v1.36.0
Published: almost 3 years ago
Registry - Documentation - Download
v1.35.0
Published: almost 3 years ago
Registry - Documentation - Download
v1.34.1
Published: almost 3 years ago
Registry - Documentation - Download
v1.34.0
Published: about 3 years ago
Registry - Documentation - Download
v1.33.0
Published: about 3 years ago
Registry - Documentation - Download
v1.32.0
Published: over 3 years ago
Registry - Documentation - Download
v1.31.1
Published: over 3 years ago
Registry - Documentation - Download
v1.31.0
Published: over 3 years ago
Registry - Documentation - Download
v1.30.1
Published: over 3 years ago
Registry - Documentation - Download
v1.30.0
Published: over 3 years ago
Registry - Documentation - Download
v1.29.1
Published: almost 4 years ago
Registry - Documentation - Download
v1.29.0
Published: about 4 years ago
Registry - Documentation - Download
v1.28.0
Published: over 4 years ago
Registry - Documentation - Download
v1.27.2
Published: over 4 years ago
Registry - Documentation - Download
v1.27.1
Published: over 4 years ago
Registry - Documentation - Download
v1.27.0
Published: almost 5 years ago
Registry - Documentation - Download
v1.26.4
Published: about 5 years ago
Registry - Documentation - Download
v1.26.3
Published: about 5 years ago
Registry - Documentation - Download
v1.26.2
Published: about 5 years ago
Registry - Documentation - Download
v1.26.1
Published: over 5 years ago
Registry - Documentation - Download
v1.26.0
Published: over 5 years ago
Registry - Documentation - Download
v1.25.0
Published: over 5 years ago
Registry - Documentation - Download
v1.24.1
Published: over 5 years ago
Registry - Documentation - Download
v1.24.0
Published: over 5 years ago
Registry - Documentation - Download
v1.23.1
Published: almost 6 years ago
Registry - Documentation - Download
v1.23.0
Published: almost 6 years ago
Registry - Documentation - Download
v1.22.1
Published: about 6 years ago
Registry - Documentation - Download
v1.22.0
Published: about 6 years ago
Registry - Documentation - Download
v1.21.0
Published: over 6 years ago
Registry - Documentation - Download
v1.20.1
Published: over 6 years ago
Registry - Documentation - Download
v1.20.0
Published: over 6 years ago
Registry - Documentation - Download
v1.19.0
Published: over 6 years ago
Registry - Documentation - Download
v1.18.0
Published: over 6 years ago
Registry - Documentation - Download
v1.17.0
Published: about 7 years ago
Registry - Documentation - Download
v1.16.0
Published: over 7 years ago
Registry - Documentation - Download
v1.15.0
Published: over 7 years ago
Registry - Documentation - Download
v1.14.0
Published: over 7 years ago
Registry - Documentation - Download
v1.13.0
Published: over 7 years ago
Registry - Documentation - Download
v1.12.0
Published: about 8 years ago
Registry - Documentation - Download
v1.11.0
Published: over 8 years ago
Registry - Documentation - Download
v1.10.1
Published: almost 9 years ago
Registry - Documentation - Download
v1.10.0
Published: almost 9 years ago
Registry - Documentation - Download
v1.9.0
Published: about 9 years ago
Registry - Documentation - Download
v1.8.0
Published: over 9 years ago
Registry - Documentation - Download
v1.7.0
Published: over 9 years ago
Registry - Documentation - Download
v1.6.1
Published: over 9 years ago
Registry - Documentation - Download
v1.6.0
Published: over 9 years ago
Registry - Documentation - Download
v1.5.0
Published: almost 10 years ago
Registry - Documentation - Download
v1.4.3
Published: almost 10 years ago
Registry - Documentation - Download
v1.4.2
Published: about 10 years ago
Registry - Documentation - Download
v1.4.1
Published: about 10 years ago
Registry - Documentation - Download
v1.4.0
Published: about 10 years ago
Registry - Documentation - Download
v1.3.0
Published: about 10 years ago
Registry - Documentation - Download
v1.2.0
Published: about 10 years ago
Registry - Documentation - Download
v1.1.0
Published: about 10 years ago
Registry - Documentation - Download
v1.0.0
Published: about 10 years ago
Registry - Documentation - Download