Package

za.co.absa.abris.avro.read

confluent

Permalink

package confluent

Visibility
  1. Public
  2. All

Type Members

  1. class ScalaConfluentKafkaAvroDeserializer extends AnyRef

    Permalink

    This class provides methods to deserialize Confluent binary Avro records into Spark Rows with schemas.

    This class provides methods to deserialize Confluent binary Avro records into Spark Rows with schemas.

    Please, invest some time in understanding how it works and above all, read the documentation for the method 'deserialize()'.

Value Members

  1. object SchemaManager

    Permalink

    This object provides methods to integrate with remote schemas through Schema Registry.

    This object provides methods to integrate with remote schemas through Schema Registry.

    This can be considered an "enriched" facade to the Schema Registry client.

    This is NOT THREAD SAFE, which means that multiple threads operating on this object (e.g. calling 'configureSchemaRegistry' with different parameters) would operated on the same Schema Registry client, thus, leading to inconsistent behavior.

Ungrouped