proxy.golang.org : github.com/remerge/sarama
Package sarama provides client libraries for the Kafka 0.8 protocol. The AsyncProducer object is the high-level API for producing messages asynchronously; the SyncProducer provides a blocking API for the same purpose. The Consumer object is the high-level API for consuming messages. The Client object provides metadata management functionality that is shared between the higher-level objects. For lower-level needs, the Broker and Request/Response objects permit precise control over each connection and message sent on the wire. 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
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/remerge/sarama
License: MIT
Latest release: about 9 years ago
First release: about 10 years ago
Namespace: github.com/remerge
Stars: 0 on GitHub
Forks: 1 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 1 month ago