Packages

p

org.checkita.dqf.connections

schemaregistry

package schemaregistry

Type Members

  1. case class SchemaRegistryConnection(config: RegistrySchemaConfig) extends Product with Serializable

    Schema registry connection used to obtain AVRO schemas from Confluent Kafka Schema Registry.

    Schema registry connection used to obtain AVRO schemas from Confluent Kafka Schema Registry. given either their ID or a subject. Also possible to fetch schema with explicit version. By default latest version is obtained.

    config

    Registry-kind schema configuration

    Note

    At this point only AVRO schemas are supported.

    ,

    This connection is not used to read any data, therefore, it does not extend DQConnection.

Ungrouped