riferrei / srclient

Golang Client for Schema Registry
Apache License 2.0
235 stars 70 forks source link

add references to IsSchemaCompatible check #96

Closed finncolman closed 1 year ago

finncolman commented 1 year ago

The schema registry REST API allows you to specify references when doing compatibility checks If you have a schema with references the current compatibility check without references will fail. This PR is adding in support for references for compatibility in the same way that it is supported for the other operations.

AtakanColak commented 1 year ago

Thanks for your contribution 👍