wsp-ms-core 1.0.85 → 1.0.86

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
@@ -1609,6 +1609,7 @@ var KafkaManager = class extends EventManager {
1609
1609
  producer: e.producer,
1610
1610
  data: JSON.parse(e.message)
1611
1611
  };
1612
+ console.log(evt);
1612
1613
  try {
1613
1614
  if (!this.producer) {
1614
1615
  throw new InternalError(ErrorManager.APP_ERRORS.PROCESS, "Producer not initialized");