Favicon of AWS Glue Schema Registry

AWS Glue Schema Registry

The AWS Glue Schema Registry is a serverless registry for streaming schemas — Avro, JSON Schema, and Protobuf — with eight compatibility modes, open-source serialisers, and integrations across MSK, Kinesis Data Streams, Managed Service for Apache Flink, and Lambda. AWS's documentation states it is free to use.

LicenseCommercial
DeploymentManagedServerless
PricingFree
Operational complexityLow
WorkloadStreaming

Use it when

  • The streaming estate is AWS (MSK, Kinesis Data Streams, Managed Flink, Lambda) and you want a registry with zero infrastructure and zero cost; AWS documents it as free to use.
  • IAM should be the governance model; registries and schemas are ARNs with resource permissions, not roles inside a product.
  • Eight compatibility modes checked against a movable checkpoint version give more granularity than the Confluent contract exposes.
  • Java producers and consumers with the open-source serde libraries are your client shape.

Think twice when

  • Anything speaks the Confluent Schema Registry API; there is no compatibility endpoint at all, which is the sharpest boundary here.
  • Formats or languages go past the documented set: Avro 1.11.4, JSON Schema drafts 04/06/07, Protobuf without extensions or groups, with Java the documented client language.
  • Quotas bind: 100 registries per region, 10,000 schema versions per account per region, 170 KB per schema.

How it runs

Serverless: schemas group into registries reached through the AWS SDK and authorized by IAM. Compatibility is enforced at registration, and the serde libraries handle auto-registration, schema resolution from message metadata, and optional compression.

Details

Compare

How AWS Glue Schema Registry answers the questions Schema Registries turns on.

Schema Registries
How it works
Schema formatsThree, and narrower than they first appear, Avro at 1.11.4, JSON Schema at drafts 04, 06 and 07 validated through the Everit library, and Protobuf proto2 and proto3 without support for extensions or groups. Java is the documented client language, with AWS's own hedge that other formats and languages are still to come
ProtocolThe AWS API and nothing else, the Glue schema registry actions reached through the AWS SDK and authorised by IAM. There is no Confluent Schema Registry compatibility endpoint at all, which is the sharpest single difference between this row and every other one here
Compatibility rulesEight modes, more granularity than the Confluent contract exposes (NONE, DISABLED, BACKWARD, BACKWARD_ALL, FORWARD, FORWARD_ALL, FULL and FULL_ALL) and checked not against the previous version but against a designated checkpoint version that UpdateSchema can move. The rules are worked through separately for Avro, JSON Schema and Protobuf, down to gRPC service and method changes
Where enforcedAt registration: a request to register a new schema version is checked against the schema's compatibility rule before it can succeed, so the registry itself is the gate, and DISABLED is the mode that refuses new versions outright
Running it
What you runNothing at all: serverless, with schemas grouped into registries that carry their own ARNs. The quotas are what to know instead: 100 registries per region, 10,000 schema versions per region per account, and a 170 KB ceiling on a schema payload
Connections
Client librariesOpen-source serialiser and deserialiser libraries, documented for Java, sitting between producers and consumers and handling auto-registration, schema sourcing through metadata and optional ZLIB compression; everything else goes through the AWS SDK
Generated codeNone: the Serde libraries serialise and deserialise against a schema and nothing generates client code or publishes SDKs. The opposite pole from the BSR, where generation is half the product
ConnectorsThe AWS streaming estate: Apache Kafka and Amazon MSK, Kinesis Data Streams, Managed Service for Apache Flink, and Lambda. That list is also the boundary: with no Confluent-compatible endpoint, tooling that speaks that API does not connect
Access
Access controlIAM, and only IAM: a registry is an ARN, so access control is resource permissions on registries and schemas rather than roles inside a product. Schema version metadata carries up to ten key-value pairs for anything else worth recording
Cost
Billing unitNothing, and AWS says so outright, "the Schema registry is serverless and free to use". That is unique among the metered AWS services in this catalog, and the reason this row reads Free where Athena, Kinesis and Step Functions read Subscription

Share:

Alternatives to AWS Glue Schema Registry

Favicon

 

  
  
Favicon

 

  
  
Favicon