AwsGlueSchemaRegistry
class AwsGlueSchemaRegistry(
region_name: AwsRegionSpec,
credentials: AwsGlueSchemaRegistryCredentialsSpec,
registry_name: RegistryNameSpec,
schema_name: SchemaNameSpec,
configs: CfgSpec | None = None,
)
Categories: source
AWS Glue schema registry attached to a KafkaStreamSrcConn.
Set as the connection's schema_registry for SR-aware serdes.
Parameters
parameter
region_nameAwsRegionSpec (str | Secret)AWS region the registry lives in, e.g.
us-east-1; accepts a plain string or a Secret.
parameter
credentialsAwsGlueSchemaRegistryCredentialsSpec (AwsAccessSecretKey)AwsAccessSecretKey (access key id / secret
access key) Glue authenticates against.
parameter
schema_nameSchemaNameSpec (str | Secret)Schema name within the registry; plain string or
Secret.