Hello,
I'm having trouble read kafka topic from streamline.
I created a topic in Kafka.
Created a Nifi pipeline that reads data from JSON then convert it to Avro (using ConvertJSONToAvro).
Then used a PublishKafkaRecord to publish to Kafka topic.
The same avro schema used in ConvertJSONToAvro has been added to registry
When using streamline and trying to configure a kafka source, I get "Schema Not Found" when selecting the "Reader Schema Version".
What did I do wrong ?
Thanks.
