jackdaw icon indicating copy to clipboard operation
jackdaw copied to clipboard

Avro serde requires a local schema even for Consumers

Open cddr opened this issue 5 years ago • 0 comments

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.

cddr avatar May 17 '19 13:05 cddr