diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9fb514d1..791a24dd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -277,7 +277,7 @@ jobs: with: node-version: 24.x registry-url: 'https://registry.npmjs.org' - cache: '' + package-manager-cache: false - name: Install dependencies run: npm install --ignore-scripts diff --git a/packages/kafka/README.md b/packages/kafka/README.md index 7eb3055b..a7fda4f2 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.