3a68e456b2
Previously dev-tool has been fixed to generate correct include path in samples tsconfig.json but samples were not updated. This PR fixes the samples tsconfig.json in one run; otherwise with the recent branch protection policy changes, when individual packages re-publish samples, js-core team would have to approve the tsconfig.json changes. ***NO_CI*** |
||
---|---|---|
.. | ||
perf-tests/schema-registry-avro | ||
schema-registry | ||
schema-registry-avro | ||
schema-registry-json | ||
README.md | ||
ci.yml | ||
test-resources.json |
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.