Class GlueSchemaRegistryClient

java.lang.Object
org.apache.nifi.aws.schemaregistry.client.GlueSchemaRegistryClient
All Implemented Interfaces:
SchemaRegistryClient

public class GlueSchemaRegistryClient extends Object implements SchemaRegistryClient
  • Field Details

    • OBJECT_MAPPER

      private static final com.fasterxml.jackson.databind.ObjectMapper OBJECT_MAPPER
    • NAMESPACE_FIELD_NAME

      private static final String NAMESPACE_FIELD_NAME
      See Also:
    • client

      private final software.amazon.awssdk.services.glue.GlueClient client
    • registryName

      private final String registryName
  • Constructor Details

    • GlueSchemaRegistryClient

      public GlueSchemaRegistryClient(software.amazon.awssdk.services.glue.GlueClient client, String registryName)
  • Method Details