diff --git a/packages/kafka/README.md b/packages/kafka/README.md index a7fda4f2..13ffd8d7 100644 --- a/packages/kafka/README.md +++ b/packages/kafka/README.md @@ -1,5 +1,5 @@ # Kafka - + This library provides utilities for implementing Kafka consumers and publishers. While following the same patterns as other message broker implementations, Kafka's unique characteristics require some specific adaptations in the publisher and consumer definitions.