@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
|
|
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;
|