azure-sdk-for-js/sdk/schemaregistry
Jeremy Meng 8dc3e561db
[EngSys] fix `schema-registry-avro` build failure on Windows (#31607)
After moving to vendored rimraf, this particular "clean" script is
failing likely due to the escaped quoted argument before it and how
dev-tool handls arguments. Moving `*.tgz *.log` fixes it.
2024-11-01 18:35:43 -07:00
..
perf-tests/schema-registry-avro
schema-registry
schema-registry-avro
schema-registry-json
README.md
ci.yml
test-resources.bicep

README.md

Azure Schema Registry client library for JavaScript

We have two client libraries for Azure Schema Registry

  • @azure/schema-registry - The Schema Registry client for storing and retrieving schemas. You can find more info over here.
  • @azure/schema-registry-avro - The Avro-based serializer that leverages Schema Registry. You can find more info over here.
  • @azure/schema-registry-json - The JSON-based serializer that leverages Schema Registry. You can find more info over here.