Skip to content

Commit

Permalink
docs(readme): add note about adapter/sarama
Browse files Browse the repository at this point in the history
  • Loading branch information
alebabai committed Feb 21, 2024
1 parent c9fc7c3 commit 4cc7ddf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ import "github.com/alebabai/go-kafka"

## Usage

To take advantage of 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, please 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.

0 comments on commit 4cc7ddf

Please sign in to comment.