Top 7.0% forks on proxy.golang.org
proxy.golang.org : github.com/gocollection/kafka-go
Package kafka_go is an abstraction over popular kafka client sarama (https://github.com/Shopify/sarama). Though sarama provides good enough APIs to integrate with a kafka cluster but still lags simplicity and need a bit of domain knowledge even for a standard use case. End user has to maintain fail safety, reclaim after re-balancing or similar scenarios, API doesn't seems very intuitive for the first time kafka users. kafka_go tries to solves all such problems with its easy to understand APIs to start consuming from a kafka cluster with significant less domain knowledge and complete fail safety. Note: this package implements at-least once analogy of message consumption, user will have to maintain idempotence on their own.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/gocollection/kafka-go
Keywords:
consumer
, kafka-client
, kafka-cluster
, minimal-efforts
, pubsub
, pubsub-library
, sarama
License: MIT
Latest release: about 4 years ago
First release: over 5 years ago
Namespace: github.com/gocollection
Stars: 11 on GitHub
Forks: 1 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 13 days ago