Gerald
10/03/2023, 8:32 AMSpecificRecord
) which simply holds the value of the primitive. However, it would be much nicer, if I could directly use a default schema for such primitives without introducing my own type on the client side. I'm aware that for Kafka Streams there is a PrimitiveAvroSerde
for exactly this purpose (https://github.com/confluentinc/schema-registry/blob/master/avro-serde/src/main/java/io/confluent/kafka/streams/serdes/avro/PrimitiveAvroSerde.java) and I'm wondering if something similar is possible for Flink and Avro?