kafka-node
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -490,3 +490,3 @@ 'use strict'; | ||
.tap(function (vars) { | ||
if (vars.offset) topics[vars.topic][vars.partition].push(vars.offset); | ||
if (vars.offset != null) topics[vars.topic][vars.partition].push(vars.offset); | ||
}); | ||
@@ -493,0 +493,0 @@ } |
{ | ||
"name": "kafka-node", | ||
"description": "node client for Apache kafka, only support kafka 0.8 and above", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"main": "kafka.js", | ||
@@ -6,0 +6,0 @@ "dependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
129319