Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.12.1
-
None
-
CentOS7
-
Important
Description
While trying to read Confluent Schema Registry Avro files(from Kafka) with different schema IDs with AvroReader controller error "could not get Schema with id: <schema id>" appears.
NiFi version: 1.12.1
Confluent Schema Registry version: 5.5.2
Using the following test flow in Nifi
ConsumeKafka_2_6 1.12.1 ---> ConvertRecord 1.12.1
In ConvertRecord processor we are using AvroReader controller as record reader.
AvroReader controller properties:
- schema access strategy: confluent content-encoded schema reference
- schema registry: Confluent Schema Registry controller
- schema name: ${schema.name} (default value)
- schema version: no value set
- schema branch: no value set
- schema text: ${schema.text} (default value)
- cash size: 1000 (default value)
Similar issue:
https://community.cloudera.com/t5/Support-Questions/Nifi-ConsumeKafakRecord-0-11-Throws-Error-quot-Could-not/td-p/185636
Attachments
Attachments
Issue Links
- links to