Jocelyn Renevey
Jocelyn Renevey
Has anyone found a solution to this?
Any workaround? This is really needed.
Any workaround for this issue?
Any workaround? This is really needed.
Having the same issue upgrading from 7.4.0 to 7.5.3. I suspect this has to do with https://github.com/confluentinc/schema-registry/pull/2805. I think setting 'avro.use.logical.type.converters=true' for the AvroSerializer somewhere might fix it but I'm...
> Having the same issue upgrading from 7.4.0 to 7.5.3. I suspect this has to do with [confluentinc/schema-registry#2805](https://github.com/confluentinc/schema-registry/pull/2805). > > I think setting 'avro.use.logical.type.converters=true' for the AvroSerializer somewhere might fix...
It now works for me on 7.7.0 with this env variable (using docker compose): `KAFKA_REST_PRODUCER_AVRO_USE_LOGICAL_TYPE_CONVERTERS: true` (derived from the `producer.avro.use.logical.type.converters` property)