Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Latest commit

 

History

History
8 lines (5 loc) · 301 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 301 Bytes

go-kafka

This library provides an opinionated set of functions for reading Kafka records using segmentio/kafka-go.

We use Segment's Reader abstraction to form a consumer group, which ensures that only one Kubernetes pod per service consumes a message.