Array of Objects become Array of String during upload to Kafka

Hi @lyubick,

Currently the connector only supports list validation for Json Arrays. See Json Array compatibility. The connector internally uses the Kafka SchemaBuilder API which only allows a single type for the Array value.

I’ve re-opened: https://jira.mongodb.org/browse/KAFKA-175 to investigate further improving support for Json with Schema in the future.

Ross

2 Likes