wsp-ms-core 1.0.92 → 1.0.93

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.js CHANGED
@@ -1585,7 +1585,7 @@ var KafkaManager = class extends EventManager {
1585
1585
  topic: String(json.topic),
1586
1586
  producer: String(json.producer),
1587
1587
  tenant: UUID.create(String(json.tenant)),
1588
- message: json.message
1588
+ message: json.data
1589
1589
  });
1590
1590
  const next = (BigInt(message.offset) + 1n).toString();
1591
1591
  await this.consumer.commitOffsets([{ topic, partition, offset: next }]);