Apache Kafka integration module for go-kit powered by alebabai/go-kafka
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"
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.
For additional usage details, please check out the examples folder.