hortonworks/registry

KafkaJsonSerializer and KafkaJsonDeserializer should support primitive and array types too

acsaki opened this issue · 0 comments

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.