0

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

Matthias J. Sax
  • 59,682
  • 7
  • 117
  • 137
Ritu
  • 21
  • 5

1 Answers1

0

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

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245