kafka-node
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -74,2 +74,3 @@ 'use strict'; | ||
this.client.loadMetadataForTopics(topics, function (err, resp) { | ||
if (err) return cb && cb(err); | ||
if (async) return cb && cb(null, 'All requests sent'); | ||
@@ -76,0 +77,0 @@ var topicMetadata = resp[1].metadata; |
{ | ||
"name": "kafka-node", | ||
"description": "node client for Apache kafka, only support kafka 0.8 and above", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"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
74323
1762