@itentialopensource/adapter-kafkav2 0.6.9 → 0.6.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/adapter.js +1 -0
- package/package.json +1 -1
- package/refs?service=git-upload-pack +0 -0
package/CHANGELOG.md
CHANGED
package/adapter.js
CHANGED
|
@@ -507,6 +507,7 @@ class Kafkav2 extends AdapterBaseCl {
|
|
|
507
507
|
eachMessage: async ({ topic, partition, message }) => {
|
|
508
508
|
log.info(`PROCESSING NEW MESSAGE ON TOPIC: ${topic} PARTITION: ${partition} WITH OFFSET: ${message.offset}`);
|
|
509
509
|
const newMsg = message;
|
|
510
|
+
newMsg.topic = topic;
|
|
510
511
|
let avroUsed = false;
|
|
511
512
|
let desiredTopic = [];
|
|
512
513
|
let allowedPartition = false;
|
package/package.json
CHANGED
|
Binary file
|