anup
Results
1
comments of
anup
Kafka Avro Deserializer is not able to deserialize timestamps with "logicalType": "timestamp-micros"
I think this is an AVRO issue. In my case, `CRTE_TMS` was created as a `Union` type field (It can contain `null` or a `long` value) in avro schema. When...