ttrading
ttrading
Does this mean we cannot submit an array of JSON so we need to keep sending individual JSON with schema attached?
what should my schema look like then if i want to insert an array in this form: [ { "text": "Hello1", "sent_at": 1560507792000.001 }, { "text": "Hello2", "sent_at": 1560507794000.001 }...
Thank you for the explanation. I have a couple of more question please. I can either send my messages to Kafka in JSON with schema or AVRO with schema. Can...