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

Feature request: decodeById #15

Closed cristianbriscaru closed 5 years ago

cristianbriscaru commented 5 years ago

Any way to add decodeById(schemaId, msg, parseOptions=null ) functionality so we can manually pass the schema id?

Thank you for this awesome library.