edenhill / kcat

Generic command line non-JVM Apache Kafka producer and consumer
Other
5.45k stars 484 forks source link

logical type support in avro format #420

Open julianrschmidt opened 1 year ago

julianrschmidt commented 1 year ago

When parsing avro events, it would be nice if certain logical types like decimal, date, time, and duration were parsed in a human readable way. I assume this is closely related to #316 where we are waiting for MR https://github.com/apache/avro/pull/843 to be merged.