risingwavelabs / risingwave-docs-legacy

The legacy documentation of RisingWave (up to v2.0). The latest documentation is managed at https://github.com/risingwavelabs/risingwave-docs
https://legacy-docs.risingwave.com
Apache License 2.0
35 stars 31 forks source link

Document: feat(source): Avro with AWS Glue Schema Registry #2373

Closed neverchanje closed 3 months ago

neverchanje commented 4 months ago

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

neverchanje commented 3 months ago

Read schemas from AWS Glue Schema Registry

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:

ARN to the schema

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".