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/pass options to avsc #12

Closed tranquille closed 5 years ago

tranquille commented 5 years ago

In Order to Work with Schemas an Messages that use WrappedUnionTypes in avsc we have to paas an Option Object to the avsc Library.

bencebalogh commented 5 years ago

Can you please squash the commits and add a note to the README about the options?

bencebalogh commented 5 years ago

Added this logic to #11, it's out in 1.3.0