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.cjs CHANGED
@@ -1658,7 +1658,7 @@ var KafkaManager = class extends EventManager {
1658
1658
  topic: String(json.topic),
1659
1659
  producer: String(json.producer),
1660
1660
  tenant: UUID.create(String(json.tenant)),
1661
- message: json.message
1661
+ message: json.data
1662
1662
  });
1663
1663
  const next = (BigInt(message.offset) + 1n).toString();
1664
1664
  await this.consumer.commitOffsets([{ topic, partition, offset: next }]);