Open filpano opened 2 years ago
hi @filpano , thanks for submitting your record, this will help a lot. I'll update soon about the status and ETA.
@filpano , sorry for wishful typo above. :) thanks for schema. Can you provide also sample record based on this schema?
We have Avro records that we wish to send from Kafka to Kinesis. We are using Kafka 2.5 and the connector Config looks like the following:
The schema looks something like the following:
After trying to set up this connector to transfer these messages to Kinesis, we are immediately seeing the following error message:
The offending code portion seems to be the following case:
Is this schema type (struct containing a field which is an array of structs itself) not supported? That would be quite the show stopper for us since we wanted to set up a pipeline using Kinesis sourced from our existing Kafka topics.