kafka-observe
Advanced tools
Comparing version 2.0.1-beta-3 to 2.0.1-beta-4
@@ -44,3 +44,3 @@ const { Kafka, logLevel } = require("kafkajs"); | ||
this.consumer = this.client.consumer({ | ||
groupId: this.options.consumerGroupId, | ||
groupId: `${process.env.NODE_ENV}${this.options.consumerGroupId}`, | ||
maxBytesPerPartition: this.options.maxBytesPerPartition || kafkaConfig.maxBytesPerPartition, | ||
@@ -47,0 +47,0 @@ }); |
{ | ||
"name": "kafka-observe", | ||
"version": "2.0.1-beta-3", | ||
"version": "2.0.1-beta-4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
19046
3