stencil
stencil copied to clipboard
Stencil is a schema registry that provides schema management and validation dynamically, efficiently, and reliably to ensure data compatibility across applications.
This PR adds the following: * Python client for stencil * Support for auto-refresh of descriptors * Setup file for dependency installations * Tests
**Describe the bug** ``` PS C:\Users\username> scoop install stencil WARN Purging previous failed installation of stencil. ERROR 'stencil' isn't installed correctly. Removing older version (0.5.0). 'stencil' was uninstalled. Installing 'stencil'...
support CockroachDB. Its got multi region clustering and so conforms to the various privacy laws. A lot easier. explanation: https://www.cockroachlabs.com/blog/introducing-super-regions/ ## Nature of bug The Issue is the migrate command...
**Describe the bug** When I delete a proto-schema ```sh curl -X DELETE http://stencil:8080/v1beta1/namespaces/my-proto/schemas/internal ``` and recreate the schema ```sh buf build -v --path "internal/src" --as-file-descriptor-set -o "internal/generated/out.desc" curl --fail-with-body -X...
**Is your feature request related to a problem? Please describe.** The stencil server should expose time series metrics to monitor the server's use. It is a feature request to add...
**Is your feature request related to a problem? Please describe.** The current info logs need to be less verbose. We can see DB query statements. Also, the info logs are...