Closed neverchanje closed 3 months ago
NOTE: This is a premium edition feature.
AWS Glue Schema Registry is a serverless feature of AWS Glue that allows you to centrally manage and enforce schemas for data streams, enabling data validation and compatibility checks. It helps in improving the quality of data streams by providing a central repository for managing and enforcing schemas across various AWS services and custom applications.
User can specify the following configurations in the ENCODE AVRO (...)
clause to read schema from Glue:
Auth-related configurations:
aws.region
: The region of the AWS Glue Schema Registry. For example, us-west-2
.aws.credentials.access_key_id
: Your AWS access key ID.aws.credentials.secret_access_key
: Your AWS secret access key.aws.credentials.role.arn
: The Amazon Resource Name (ARN) of the role to assume. Example: arn:aws:iam::123456123456:role/MyGlueRole
.ARN to the schema
aws.glue.schema_arn
: The ARN of the schema in AWS Glue Schema Registry. Example: 'arn:aws:glue:ap-southeast-1:123456123456:schema/default-registry/MyEvent'
.Please add this documentation as a separate section from Read schemas from Schema Registry. To prevent confusion, please change "Schema Registry" to "Confluent Schema Registry".
This issue tracks the documentation update needed for the merged PR #17605.
Source PR URL: https://github.com/risingwavelabs/risingwave/pull/17605 Source PR Merged At: 2024-07-12T12:32:00Z