Prozess
Prozess copied to clipboard
kafka library for node.js
Can the consumer API support [offsetsForTimes](https://kafka.apache.org/0101/javadoc/org/apache/kafka/clients/consumer/KafkaConsumer.html#offsetsForTimes(java.util.Map)) in order to start consumption at an offset determined by timestamp?
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
Bignum 0.9.2 fails compilation on node 5.3.0 with the following errors: https://gist.github.com/lxe/bf2aa2c001c2db06c815 Bumping bignum version in an attempt to fix these errors.
`LICENSE.MD` contains the text of the [MIT License](https://opensource.org/licenses/MIT), yet `package.json` says "BSD". This fixes that, alongside with adhering to npm's [SPDX license string requirement](https://spdx.org/licenses/MIT.html).
I get this on mac os 10.10.2 when running `npm install prozess`: ``` v8::internal::Arguments /Users/bdonovan/.node-gyp/0.12.0/deps/v8/include/v8.h:127:7: note: 'v8::internal::Arguments' declared here class Arguments; ^ ../bignum.cc:206:36: error: unknown type name 'Arguments'; did you...
Getting "Got a response when no response was expected!" which fails the client. Any help with what could be wrong?
Do you guys have an release plan for 0.8? I could not find any information on possible support of the new protocol. Regards
like #41 for the producer, could there be optional parameters on consume for: partition, topic, offset and maxmessage size? - makes consumer behave like producer and better resembles the apache...