Package

za.co.absa.abris.avro.read

confluent

Permalink

package confluent

Visibility
  1. Public
  2. All

Type Members

  1. class SchemaManager extends Logging

    Permalink
  2. class SchemaManagerException extends RuntimeException

    Permalink

Value Members

  1. object ConfluentConstants

    Permalink
  2. object SchemaManager extends Logging

    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.

  3. object SchemaManagerFactory extends Logging

    Permalink

    This factory allows us to mock the client for testing purposes

Ungrouped