Zach Pearce
Zach Pearce
- Add support for changing mode: READWRITE, READONLY, IMPORT. [Docs](https://docs.confluent.io/platform/current/schema-registry/develop/api.html#mode) - Add support for specifying the id and version when creating a schema subject version. [Docs](https://docs.confluent.io/platform/current/schema-registry/develop/api.html#mode) Several more tests are...
**Is your feature request related to a problem? Please describe.** I need to keep several schema registry instances in sync with a master registry. Confluent schema linking is not an...
This is a quick and dirty potential solution to #431. It changes schema comparison to use SchemaNormalization.parsingFingerPrint64() instead of a string comparison.
**Describe the bug** Jikkou schema registry provider wants to change Avro schemas that don't need to change. This stems from the fact that it appears to do a string comparison...