schema-registry
schema-registry copied to clipboard
A CLI and Go client for Kafka Schema Registry. This repository is deprecated and no longer maintained.
Adds support for handling JSON Schema. Let me know if you intend to merge this, and I'll be happy to add documentation and tests. Also this is built upon #26,...
We do not want to query the registry every time but want to do only when required or in some interval. Does it support caching?
this PR add supports for go modules
This PR enables basic authentication for schema registry by the means of adding two new parameters to the root cli command: - `--username`, `-u`: basic authentication user - `--password`, `-p`:...
No commits for a year and no releases since 2017. No go.mod support. Is this still maintained?
I am interested to know if the current release offers to define sub-schemas? Schemas can get very complex and I believe having separate nested schemas that can be referenced into...
This PR adds `delete` command to `schema-registory-cli`. In order to prevent the accidental deletion, it shows the confirmation prompt before calling the delete endpoint. \[Note\] In order to show the...
Hello, Thanks for this great library! I was wondering if there's a simple way to check for "subject not found" errors. I can see that in the `IsRegistered` method, there's...
In order to use this client library with kafka for sending messages under the correct encoding, it would be beneficial to have a method like encode_record_with_schema like the Python Kafka...
http://docs.confluent.io/3.0.0/schema-registry/docs/api.html#id1