I was looking to stub SchemaRegistryClient and stumbled across StubSchemaRegistryClient.
I think this would be nice to share with spring-cloud-schema-registry consumers for easier testing. Not sure if there are other sharable test utilities in the test folder.
Alternatively, an in-memory SchemaRegistryClient could be added to the main jar.
I was looking to stub
SchemaRegistryClientand stumbled across StubSchemaRegistryClient.I think this would be nice to share with
spring-cloud-schema-registryconsumers for easier testing. Not sure if there are other sharable test utilities in the test folder.Alternatively, an in-memory
SchemaRegistryClientcould be added to the main jar.