bencebalogh / avro-schema-registry

Confluent Schema Registry implementation in javascript to easily serialize and deserialize kafka messages
MIT License
28 stars 30 forks source link

Need for httpAgent Object to provide https certificates for the registry #57

Open fabiontour opened 5 months ago

fabiontour commented 5 months ago

Hi, I want to use avro-schema-registry to retrieve schema information from my registry. To use it, I need to put a httpAgent object for the https call to provide certificate information from my truststore. Would be great to get an update for the lib to support a httpAgent object for the library (next to the registryURL and the auth object) Thanks and cheers!