0
votes

I am working on confluent-4.1.1 with ksql cli. Can I create stream for nested avro data format in this version as i tried with version-5 and it was working fine but no useful link found where mentioned about nested avro schema in confluent-4.1.1

I tried to create stream - create stream new_order with(kafka_topic='transition',value_format='avro');

Got error -

Could not fetch the AVRO schema from schema registry. Cannot find correct type for avro type: transition.Value

1
@robin-moffatt share link for nested avro in confluent-4.1.1Ritu
solved with the help of github.com/confluentinc/ksql/issues/1537Ritu

1 Answers

0
votes

Nested Avro support for KSQL was added in version 5.0 of Confluent Platform