repository
1.2.4
Repository: https://github.com/go-yaaf/yaaf-common-kafka.git
Documentation: pkg.go.dev
# README
GO-YAAF Kafka Middleware
This library contains Apache Kafka based implementation of the following middleware interfaces:
- The messaging patterns defined by the
IMessageBus
interface of theyaaf-common
library.
Installation
Use go get.
go get -v -t github.com/go-yaaf/yaaf-common-kafka
Then import the validator package into your own code.
import "github.com/go-yaaf/yaaf-common-kafka"
Building the Docker image
Since this implementation depends on librdkafka
package by Confluence, when using this library in your application,
you MUST install the librdkafka
package in the application docker.
Add these lines to your Dockerfile: