Commits


Oscar WvH-K authored and Niels Basjes committed 371e22468ba
AVRO-2440: Decode messages by their write schema This implements AVRO-2440 by allowing a null value for the readSchema field in the BinaryMessageDecoder. It is interpreted as "no preference", and makes the decoder use the write schema of an incoming buffer as its read schema.