We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d843a0e commit 372808aCopy full SHA for 372808a
.github/workflows/publish.yml
@@ -277,7 +277,7 @@ jobs:
277
with:
278
node-version: 24.x
279
registry-url: 'https://registry.npmjs.org'
280
- cache: ''
+ package-manager-cache: false
281
282
- name: Install dependencies
283
run: npm install --ignore-scripts
packages/kafka/README.md
@@ -1,5 +1,5 @@
1
# Kafka
2
-
+
3
This library provides utilities for implementing Kafka consumers and publishers.
4
While following the same patterns as other message broker implementations,
5
Kafka's unique characteristics require some specific adaptations in the publisher and consumer definitions.
0 commit comments