node-kafka icon indicating copy to clipboard operation
node-kafka copied to clipboard

failed on message is utf8 encoded

Open medcl opened this issue 12 years ago • 0 comments

buffer.js:414 return this.parent.utf8Slice(start, end); ^ Error: Must have start <= end at Buffer.toString (buffer.js:414:26) at [object Object]._onData (/usr/lib/nodejs/kafka/lib/Client.js:229:21) at Socket.bound (/usr/lib/nodejs/kafka/node_modules/std/bind.js:47:17) at Socket.emit (events.js:67:17) at TCP.onread (net.js:367:14)

medcl avatar Mar 13 '13 10:03 medcl