Uses of Class
io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
Packages that use SchemaRegistryConfig
Package
Description
-
Uses of SchemaRegistryConfig in io.confluent.kafka.schemaregistry.id
Methods in io.confluent.kafka.schemaregistry.id with parameters of type SchemaRegistryConfigModifier and TypeMethodDescriptionvoidIdGenerator.configure(SchemaRegistryConfig config) Configure the underlying generator.voidIncrementalIdGenerator.configure(SchemaRegistryConfig config) -
Uses of SchemaRegistryConfig in io.confluent.kafka.schemaregistry.leaderelector.kafka
Constructors in io.confluent.kafka.schemaregistry.leaderelector.kafka with parameters of type SchemaRegistryConfigModifierConstructorDescriptionKafkaGroupLeaderElector(SchemaRegistryConfig config, SchemaRegistryIdentity myIdentity, SchemaRegistry schemaRegistry) -
Uses of SchemaRegistryConfig in io.confluent.kafka.schemaregistry.metrics
Constructors in io.confluent.kafka.schemaregistry.metrics with parameters of type SchemaRegistryConfigModifierConstructorDescriptionMetricsContainer(SchemaRegistryConfig config, String kafkaClusterId) -
Uses of SchemaRegistryConfig in io.confluent.kafka.schemaregistry.rest
Methods in io.confluent.kafka.schemaregistry.rest with parameters of type SchemaRegistryConfigModifier and TypeMethodDescriptionprotected SchemaRegistrySchemaRegistryRestApplication.initSchemaRegistry(SchemaRegistryConfig config) voidSchemaRegistryRestApplication.registerInitResourceExtensions(jakarta.ws.rs.core.Configurable<?> config, SchemaRegistryConfig schemaRegistryConfig) voidSchemaRegistryRestApplication.setupResources(jakarta.ws.rs.core.Configurable<?> config, SchemaRegistryConfig schemaRegistryConfig) Constructors in io.confluent.kafka.schemaregistry.rest with parameters of type SchemaRegistryConfigModifierConstructorDescriptionSchemaRegistryRestApplication(SchemaRegistryConfig config, io.spiffe.workloadapi.X509Source x509Source) -
Uses of SchemaRegistryConfig in io.confluent.kafka.schemaregistry.rest.extensions
Methods in io.confluent.kafka.schemaregistry.rest.extensions with parameters of type SchemaRegistryConfigModifier and TypeMethodDescriptionvoidSchemaRegistryResourceExtension.register(jakarta.ws.rs.core.Configurable<?> config, SchemaRegistryConfig schemaRegistryConfig, SchemaRegistry schemaRegistry) -
Uses of SchemaRegistryConfig in io.confluent.kafka.schemaregistry.storage
Fields in io.confluent.kafka.schemaregistry.storage declared as SchemaRegistryConfigModifier and TypeFieldDescriptionprotected final SchemaRegistryConfigAbstractSchemaRegistry.configMethods in io.confluent.kafka.schemaregistry.storage that return SchemaRegistryConfigMethods in io.confluent.kafka.schemaregistry.storage with parameters of type SchemaRegistryConfigModifier and TypeMethodDescriptionstatic voidKafkaStore.addSchemaRegistryConfigsToClientProperties(SchemaRegistryConfig config, Properties props) protected SchemaUpdateHandlerKafkaSchemaRegistry.getSchemaUpdateHandler(SchemaRegistryConfig config) protected IdGeneratorKafkaSchemaRegistry.identityGenerator(SchemaRegistryConfig config) protected KafkaStore<SchemaRegistryKey,SchemaRegistryValue> KafkaSchemaRegistry.kafkaStore(SchemaRegistryConfig config) Constructors in io.confluent.kafka.schemaregistry.storage with parameters of type SchemaRegistryConfigModifierConstructorDescriptionprotectedAbstractSchemaRegistry(SchemaRegistryConfig config, MetricsContainer metricsContainer) Constructs an AbstractSchemaRegistry with the given configuration.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) -
Uses of SchemaRegistryConfig in io.confluent.kafka.schemaregistry.storage.encoder
Methods in io.confluent.kafka.schemaregistry.storage.encoder with parameters of type SchemaRegistryConfigModifier and TypeMethodDescriptionprotected static StringMetadataEncoderService.encoderOldSecret(SchemaRegistryConfig config) protected static StringMetadataEncoderService.encoderSecret(SchemaRegistryConfig config) Constructors in io.confluent.kafka.schemaregistry.storage.encoder with parameters of type SchemaRegistryConfigModifierConstructorDescription