kaf
kaf copied to clipboard
Parse & Format AVRO decimal values
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 :)
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.