schema-registry-php-client
schema-registry-php-client copied to clipboard
A PHP 8+ API client for the Confluent Schema Registry REST API based on Guzzle 7 - http://docs.confluent.io/current/schema-registry/docs/index.html
We are getting a 404 on the schema registry when using the following array in our AVRO schema: ` { "doc": "Test array", "name": "stringArray", "type": { "type": "array", "items":...
Fixes #41
Hi There, I have a use case where I am using the this repo to get a schema from the schema registry which contains another schema as a reference. Is...
https://docs.confluent.io/current/schema-registry/develop/api.html#mode
Currently we are only checking a part of the API, we should check all of them.
hello, we are getting the `schema not found` error message when using a default value for an ENUM. this is how our AVRO schema: `{ "name": "subjects", "type": { "type":...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...