kaf icon indicating copy to clipboard operation
kaf copied to clipboard

Parse & Format AVRO decimal values

Open NLincoln opened this issue 4 years ago • 1 comments

AVRO represents decimal values as an array of bytes. The bytes are a 2's-complement encoding of the integer value of the decimal.

Currently kaf coerces the bytes to a string & prints it. This is less than ideal, especially when using kaf as a debugging tool :)

NLincoln avatar Dec 18 '20 21:12 NLincoln

thanks for reporting. i am not an avro user, I'm mostly using protobuf and json. can you provide me with an example to reproduce (using schema registry?)? then i would be interested in looking into it.

birdayz avatar Dec 23 '20 07:12 birdayz