Uses of Interface
io.confluent.kafka.schemaregistry.client.SchemaRegistryClient
Packages that use SchemaRegistryClient
Package
Description
-
Uses of SchemaRegistryClient in io.confluent.kafka.schemaregistry.client
Classes in io.confluent.kafka.schemaregistry.client that implement SchemaRegistryClientModifier and TypeClassDescriptionclassThread-safe Schema Registry Client with client side caching.classMock implementation of SchemaRegistryClient that can be used for tests.Methods in io.confluent.kafka.schemaregistry.client that return SchemaRegistryClientModifier and TypeMethodDescriptionstatic SchemaRegistryClientSchemaRegistryClientFactory.newClient(String baseUrls, int cacheCapacity, List<SchemaProvider> providers, Map<String, ?> configs, Map<String, String> httpHeaders) static SchemaRegistryClientSchemaRegistryClientFactory.newClient(List<String> baseUrls, int cacheCapacity, List<SchemaProvider> providers, Map<String, ?> configs, Map<String, String> httpHeaders) -
Uses of SchemaRegistryClient in io.confluent.kafka.schemaregistry.testutil
Methods in io.confluent.kafka.schemaregistry.testutil that return SchemaRegistryClientModifier and TypeMethodDescriptionstatic SchemaRegistryClientMockSchemaRegistry.getClientForScope(String scope) Get a client for a mocked Schema Registry.static SchemaRegistryClientMockSchemaRegistry.getClientForScope(String scope, List<SchemaProvider> providers) Get a client for a mocked Schema Registry.static SchemaRegistryClientMockSchemaRegistry.getClientForScope(List<String> scopes, List<SchemaProvider> providers) Get a client for a mocked Schema Registry.