Gustavo Okuyama

Results 4 issues of Gustavo Okuyama

add Nil function to return nil value of type

add codec full name to allow use of TopicRecordNameStrategy, retrieving name from codec

Given the following avro ```json { "type": "record", "name": "ItemEvent", "namespace": "search.item", "fields": [ { "name": "id", "type": { "type": "string", "logicalType": "UUID" } }, { "name": "modes", "type": {...

I use hamba/avro as avro and after last update (https://github.com/hamba/avro/pull/368) the unmarshal was resulting error the following error to me. ``` Timestamp: avro: int64 is unsupported for Avro long and...