We have multiple versions of schemas of a topic, and messages are in AVRO format.
From what I understand, when a consumer receives an AVRO message, the message itself contains an id which will be used to retrieve schema from schema registry, and cached locally for future ref.
I am curious to know if there's a way to by-pass this id lookup, and always use one pre-obtained schema (e.g. latest one) to parse all messages on consumer side?
The deserializer we use is io.confluent.kafka.serializers.KafkaAvroDeserializer