So my use case specifically- I have a producer and consumer. I am using Spring Cloud Stream/Kafka/Avro. I was wondering how Spring Cloud Contract could be used on my consumer to test against producer produced stubs, to confirm that the "same" message format is currently being used by the producer. i.e. catch the case where the Producer is at Schema version #1 and Consumer is at Version #2.