All Downloads are FREE. Search and download functionalities are using the official Maven repository.

on.glue.schema-registry-examples.1.1.20.source-code.user.avsc Maven / Gradle / Ivy

Go to download

The AWS Glue Schema examples has sample code for using Schema Registry with different applications.

There is a newer version: 1.1.22
Show newest version
{"namespace": "example.avro",
 "type": "record",
 "name": "User",
 "fields": [
     {"name": "name", "type": "string"},
     {"name": "favorite_number",  "type": ["int", "null"]},
     {"name": "favorite_color", "type": ["string", "null"]}
 ]
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy