Class MockSchemaRegistryClient

java.lang.Object
io.confluent.kafka.schemaregistry.client.MockSchemaRegistryClient
All Implemented Interfaces:
SchemaRegistryClient, SchemaVersionFetcher, Closeable, AutoCloseable

public class MockSchemaRegistryClient extends Object implements SchemaRegistryClient
Mock implementation of SchemaRegistryClient that can be used for tests. This version is NOT thread safe. Schema data is stored in memory and is not persistent or shared across instances.