@lucaapp/service-utils 1.9.1 → 1.9.2

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.
@@ -215,7 +215,7 @@ class KafkaClient {
215
215
  }
216
216
  catch (error) {
217
217
  messageProduceError.labels({ topic }).inc();
218
- throw (0, utils_1.logAndGetError)(this.logger, `Could not create producer for topic=${topic}`, error);
218
+ throw (0, utils_1.logAndGetError)(this.logger, `Could not produce message for topic=${topic}`, error);
219
219
  }
220
220
  };
221
221
  this.environment = kafkaConfig.environment;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucaapp/service-utils",
3
- "version": "1.9.1",
3
+ "version": "1.9.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [