8dc3e561db
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. |
||
---|---|---|
.. | ||
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.