From a48260affd4c5a8c5afc07491c97035a3036a76a Mon Sep 17 00:00:00 2001 From: Aliaksandr Babai Date: Thu, 9 May 2024 16:06:20 +0200 Subject: [PATCH] docs: update readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a953305..eb2c736 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,9 @@ import "github.com/alebabai/go-kafka" ## Usage -To use the abstractions provided by this module, please implement the converters defined in [adapter/converter.go](./adapter/converter.go) for the types specific to your Apache Kafka client library. +To use the abstractions provided by this module, just implement the converters defined in [adapter/converter.go](./adapter/converter.go) for the types specific to your Apache Kafka client library. -Additionally, here is an adapter implementation for the most popular Apache Kafka client library, [github.com/Shopify/sarama](github.com/Shopify/sarama). The module, named [github.com/alebabai/go-kafka/adapter/sarama](./adapter/sarama), can be used independently or as a reference example. +By the way, here are the implementations for the most popular Apache Kafka client libraries that can be used independently or as reference examples. + +- **[IBM/sarama](https://github.com/IBM/sarama)** ([alebabai/go-kafka/adapter/sarama](./adapter/sarama)) +- **[confluentinc/confluent-kafka-go](https:/github.com/confluentinc/confluent-kafka-go)** ([alebabai/go-kafka/adapter/confluent](./adapter/confluent))