From 169ad6c2dfe3359917cbd140afa82e6773c12831 Mon Sep 17 00:00:00 2001 From: CarlosGamero Date: Thu, 18 Jun 2026 14:59:30 +0200 Subject: [PATCH] Triggering kafka major release --- packages/kafka/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/kafka/README.md b/packages/kafka/README.md index 3504fecb..e1264624 100644 --- a/packages/kafka/README.md +++ b/packages/kafka/README.md @@ -1,8 +1,8 @@ # 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. +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. > **_NOTE:_** Check [README.md](../../README.md) for transport-agnostic library documentation.