Class AvroConfluentContentSchemaReader
- java.lang.Object
-
- io.trino.plugin.kafka.schema.AbstractContentSchemaReader
-
- io.trino.plugin.kafka.schema.confluent.AvroConfluentContentSchemaReader
-
- All Implemented Interfaces:
ContentSchemaReader
public class AvroConfluentContentSchemaReader extends AbstractContentSchemaReader
-
-
Constructor Summary
Constructors Constructor Description AvroConfluentContentSchemaReader(io.confluent.kafka.schemaregistry.client.SchemaRegistryClient schemaRegistryClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Optional<String>readSchema(Optional<String> dataSchemaLocation, Optional<String> subject)-
Methods inherited from class io.trino.plugin.kafka.schema.AbstractContentSchemaReader
readKeyContentSchema, readValueContentSchema
-
-
-
-
Method Detail
-
readSchema
protected Optional<String> readSchema(Optional<String> dataSchemaLocation, Optional<String> subject)
- Specified by:
readSchemain classAbstractContentSchemaReader
-
-