narcisoguillen / kafka-node-avro

ISC License
26 stars 13 forks source link

Feature: Support multiple schema registries. #26

Open benneb2 opened 3 years ago

benneb2 commented 3 years ago

I have multiple backup schema registry url's I can use.

It would be nice if I can pass either an array, or a comma separated value in

schema.registry = 'http://schemaregistry.example.com:8081,http://schemaregistry-2.example.com:8081',

or schema can take an array of registries: eg: schema: [ { registry: 'http://schemaregistry.example.com:8081' },{ registry: 'http://schemaregistry-2.example.com:8081' }, ]