From 88e02ac2e490278356fe85a69e6c1a3d5ef20426 Mon Sep 17 00:00:00 2001 From: Alexander Babai Date: Tue, 11 Jan 2022 17:54:43 +0300 Subject: [PATCH] readme: add third-party extensions block --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ce923749e..62bedb383 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,12 @@ different starting assumptions. - [sagikazarmark/protoc-gen-kit](https://github.com/sagikazarmark/protoc-gen-kit) - [tuneinc/truss](https://github.com/tuneinc/truss) +## Third-party extensions + +Third-party tools and libraries that extends Go kit functionality. + +- [alebabai/go-kit-kafka](https://github.com/alebabai/go-kit-kafka), module with Apache Kafka transport abstractions + ## Related projects Projects with a ★ have had particular influence on Go kit's design (or vice-versa).