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 1bc5dc4 commit 52b6398Copy full SHA for 52b6398
packages/kafka/lib/AbstractKafkaConsumer.ts
@@ -478,6 +478,7 @@ export abstract class AbstractKafkaConsumer<
478
reqId,
479
logger: this.logger.child({
480
'x-request-id': reqId,
481
+ origin: this.constructor.name,
482
topic: message.topic,
483
messageKey: message.key,
484
}),
packages/kafka/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@message-queue-toolkit/kafka",
3
- "version": "0.7.1",
+ "version": "0.7.2",
4
"engines": {
5
"node": ">= 22.14.0"
6
},
0 commit comments