Hi guys ,
in 1.9 when there is exception like this *"org.apache.avro.AvroTypeException:
Expected start-union. Got END_OBJECT"* .
and* Using genericRecord = reader.read(null, decoder);*
its could be nice to provide the field in error. it could be more easy to
debug the schema.
thx !
HI guys ,
I need to convert data received from API-REST to Avro GenericRecord.
The schema is defined from the outside I do not want to use POJO java
I do not want to create schema on the fly either because I want to be able
to control the type before the base injection
I try all cases with the de