kafkajs / confluent-schema-registry

is a library that makes it easier to interact with the Confluent schema registry
https://www.npmjs.com/package/@kafkajs/confluent-schema-registry
MIT License
157 stars 102 forks source link

new requirement: apis to validate schema compatibility #226

Open nhanda03 opened 1 year ago

nhanda03 commented 1 year ago

Can we add apis to validate schema compatibility.

For e.g. confluent provides apis like https://docs.confluent.io/platform/current/schema-registry/develop/api.html#sr-api-compatibility to check compatibility on the fly.