mtth / avsc

Avro for JavaScript :zap:
MIT License
1.27k stars 147 forks source link

Possible to fetch schema to Confluent schema registry? #398

Closed dberardo-com closed 2 years ago

dberardo-com commented 2 years ago

Can the Type object be initialized with a schema-registry url and name?

mtth commented 2 years ago

Integration with a schema registry is out of scope for this repo but you might be able to find another existing package to do so. Perhaps @kafkajs/confluent-schema-registry - I haven't used it but it looks applicable from this page.