This PR updates the RSpec integration to clear schema registry caches are cleared between tests which ensures consistent ID mappings with the AvroSchemaRegistry::FakeServer. As part of this fix I added an Avromatic.build_schema_registry! method for consistency with the existing Avromatic.build_messaging! method.
This PR updates the RSpec integration to clear schema registry caches are cleared between tests which ensures consistent ID mappings with the
AvroSchemaRegistry::FakeServer
. As part of this fix I added anAvromatic.build_schema_registry!
method for consistency with the existingAvromatic.build_messaging!
method.