node-avro-io icon indicating copy to clipboard operation
node-avro-io copied to clipboard

Always write buffers to output to avoid any type coercion

Open drewtunes opened this issue 10 years ago • 0 comments

I had an issue where stream-buffers were coercing a number into a string, causing deserialization issues downstream. By writing only buffers to the output, the binary nature of avro serialization is more likely to play well with the writable output.

drewtunes avatar Dec 09 '14 21:12 drewtunes