Uses of Class
io.trino.plugin.kafka.schema.confluent.ConfluentSchemaRegistryConfig
-
Packages that use ConfluentSchemaRegistryConfig Package Description io.trino.plugin.kafka.schema.confluent -
-
Uses of ConfluentSchemaRegistryConfig in io.trino.plugin.kafka.schema.confluent
Methods in io.trino.plugin.kafka.schema.confluent that return ConfluentSchemaRegistryConfig Modifier and Type Method Description ConfluentSchemaRegistryConfigConfluentSchemaRegistryConfig. setConfluentSchemaRegistryClientCacheSize(int confluentSchemaRegistryClientCacheSize)ConfluentSchemaRegistryConfigConfluentSchemaRegistryConfig. setConfluentSchemaRegistryUrls(String confluentSchemaRegistryUrls)ConfluentSchemaRegistryConfigConfluentSchemaRegistryConfig. setConfluentSubjectsCacheRefreshInterval(io.airlift.units.Duration confluentSubjectsCacheRefreshInterval)ConfluentSchemaRegistryConfigConfluentSchemaRegistryConfig. setEmptyFieldStrategy(AvroSchemaConverter.EmptyFieldStrategy emptyFieldStrategy)Methods in io.trino.plugin.kafka.schema.confluent with parameters of type ConfluentSchemaRegistryConfig Modifier and Type Method Description static io.confluent.kafka.schemaregistry.client.SchemaRegistryClientConfluentModule. createSchemaRegistryClient(ConfluentSchemaRegistryConfig confluentConfig, Set<io.confluent.kafka.schemaregistry.SchemaProvider> schemaProviders, Set<SchemaRegistryClientPropertiesProvider> propertiesProviders, ClassLoader classLoader)Constructors in io.trino.plugin.kafka.schema.confluent with parameters of type ConfluentSchemaRegistryConfig Constructor Description ConfluentSessionProperties(ConfluentSchemaRegistryConfig config)Factory(io.confluent.kafka.schemaregistry.client.SchemaRegistryClient schemaRegistryClient, Map<String,SchemaParser> schemaParsers, KafkaConfig kafkaConfig, ConfluentSchemaRegistryConfig confluentConfig)
-