hortonworks / registry

Schema Registry
Apache License 2.0
13 stars 8 forks source link

KafkaJsonSerializer and KafkaJsonDeserializer should support primitive and array types too #768

Closed acsaki closed 1 year ago

acsaki commented 1 year ago

Valid JSON values include primitives (like literal strings and numeric values) and arrays too but out serializers and deserializers assume the JSON have to be an object type (like {"property" : "value"}.

We should support non object values too.