| Modifier and Type | Method and Description |
|---|---|
void |
IdGenerator.configure(SchemaRegistryConfig config)
Configure the underlying generator.
|
void |
IncrementalIdGenerator.configure(SchemaRegistryConfig config) |
| Constructor and Description |
|---|
KafkaGroupLeaderElector(SchemaRegistryConfig config,
SchemaRegistryIdentity myIdentity,
KafkaSchemaRegistry schemaRegistry) |
| Constructor and Description |
|---|
MetricsContainer(SchemaRegistryConfig config,
String kafkaClusterId) |
| Modifier and Type | Method and Description |
|---|---|
protected KafkaSchemaRegistry |
SchemaRegistryRestApplication.initSchemaRegistry(SchemaRegistryConfig config) |
void |
SchemaRegistryRestApplication.registerInitResourceExtensions(javax.ws.rs.core.Configurable<?> config,
SchemaRegistryConfig schemaRegistryConfig) |
void |
SchemaRegistryRestApplication.setupResources(javax.ws.rs.core.Configurable<?> config,
SchemaRegistryConfig schemaRegistryConfig) |
| Constructor and Description |
|---|
SchemaRegistryRestApplication(SchemaRegistryConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaRegistryResourceExtension.register(javax.ws.rs.core.Configurable<?> config,
SchemaRegistryConfig schemaRegistryConfig,
SchemaRegistry schemaRegistry) |
| Modifier and Type | Method and Description |
|---|---|
SchemaRegistryConfig |
KafkaSchemaRegistry.config() |
SchemaRegistryConfig |
SchemaRegistry.config() |
| Modifier and Type | Method and Description |
|---|---|
static void |
KafkaStore.addSchemaRegistryConfigsToClientProperties(SchemaRegistryConfig config,
Properties props) |
protected SchemaUpdateHandler |
KafkaSchemaRegistry.getSchemaUpdateHandler(SchemaRegistryConfig config) |
protected IdGenerator |
KafkaSchemaRegistry.identityGenerator(SchemaRegistryConfig config) |
protected KafkaStore<SchemaRegistryKey,SchemaRegistryValue> |
KafkaSchemaRegistry.kafkaStore(SchemaRegistryConfig config) |
| Constructor and Description |
|---|
KafkaSchemaRegistry(SchemaRegistryConfig config,
Serializer<SchemaRegistryKey,SchemaRegistryValue> serializer) |
KafkaStore(SchemaRegistryConfig config,
StoreUpdateHandler<K,V> storeUpdateHandler,
Serializer<K,V> serializer,
Store<K,V> localStore,
K noopKey) |
KafkaStoreReaderThread(String bootstrapBrokers,
String topic,
String groupId,
StoreUpdateHandler<K,V> storeUpdateHandler,
Serializer<K,V> serializer,
Store<K,V> localStore,
org.apache.kafka.clients.producer.Producer<byte[],byte[]> producer,
K noopKey,
AtomicBoolean initialized,
SchemaRegistryConfig config) |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
MetadataEncoderService.encoderOldSecret(SchemaRegistryConfig config) |
protected static String |
MetadataEncoderService.encoderSecret(SchemaRegistryConfig config) |
| Constructor and Description |
|---|
KeysetWrapperDeserializer(SchemaRegistryConfig config) |
KeysetWrapperSerde(SchemaRegistryConfig config) |
KeysetWrapperSerializer(SchemaRegistryConfig config) |
Copyright © 2026 Confluent, Inc.. All rights reserved.