wsp-ms-core 1.0.94 → 1.0.95
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/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1582,7 +1582,7 @@ var KafkaManager = class extends EventManager {
|
|
|
1582
1582
|
await this.execCallback(this._onMessage, `[New message detected for ${topic}]: ${message.value?.toString()}`);
|
|
1583
1583
|
const json = JSON.parse(String(message.value?.toString()));
|
|
1584
1584
|
await this.execRoute(topic, {
|
|
1585
|
-
topic: String(
|
|
1585
|
+
topic: String(topic),
|
|
1586
1586
|
producer: String(json.producer),
|
|
1587
1587
|
tenant: UUID.create(String(json.tenant)),
|
|
1588
1588
|
message: json.data
|