/go-kit-kafka

Apache Kafka integration module for go-kit

Primary LanguageGoMIT LicenseMIT

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.