node-rdkafka
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "node-rdkafka", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Node.js bindings for librdkafka", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -167,3 +167,7 @@ node-rdkafka - Node.js wrapper for Kafka C/C++ library | ||
message: new Buffer('Awesome message'), | ||
// for keyed messages, we also specify the key - note that this field is optional | ||
key: 'Stormwind', | ||
// optionally we can manually specify a partition for the message | ||
// this defaults to -1 - which will use librdkafka's default partitioner (consistent random for keyed messages, random for unkeyed messages) | ||
partition: 0, | ||
// The topic object we created above | ||
@@ -170,0 +174,0 @@ topic: topic |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
41668566
425
2970
402