Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.51 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.51 KB

go-kit-kafka

Apache Kafka integration module for go-kit powered by alebabai/go-kafka

build version report coverage tag reference

Getting started

Go modules are supported.

Manual install:

go get -u github.com/alebabai/go-kit-kafka/v2

Golang import:

import "github.com/alebabai/go-kit-kafka/v2"

Usage

Just import it into your project and use the provided abstractions to couple your preferred Apache Kafka client library with the well-known go-kit/kit.

For more information about transport abstraction, please refer to the alebabai/go-kafka repository.

Examples

For additional usage details, please check out the examples folder.