Categorygithub.com/go-yaaf/yaaf-common-kafka
repository
1.2.4
Repository: https://github.com/go-yaaf/yaaf-common-kafka.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

GO-YAAF Kafka Middleware

Project status Build Coverage Status Go Report Card GoDoc License

This library contains Apache Kafka based implementation of the following middleware interfaces:

  • The messaging patterns defined by the IMessageBus interface of the yaaf-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: