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

getSchemaByName is not defined #26

Closed galaxyAbstractor closed 4 years ago

galaxyAbstractor commented 4 years ago

It seems like when trying to call registry.encodeMessageByTopicName(), it tries calling getSchemaByName which is not defined.

bencebalogh commented 4 years ago

Fixed in #27 , thanks for the issue & the pr