jackdaw
jackdaw copied to clipboard
Avro serde requires a local schema even for Consumers
The avro serde resolver requires the specification of a local schema even though the schema is only actually used for producing messages. When consuming messages, we just let the KafkaAvroDeserializer
lookup the schema-id in the registry so when "resolving" a topic-metadata definition we should not require the presence of a schema.