Hi all,
i'm using a simple key lookup service to lookup a schema name and save that as an attribute. Later I want to convert JSON to AVRO using HW shema rehgistry but I'm getting the error: Could not retrieve schema with name "ValueSchemaName" from the configured Schema Registry.
JSON Tree reader and AvroRecordSetWriter are using :
Schema Access Strategy: Use 'Schema Name' and are pointed to HW Schema Registry.
Json Tree Reader:

Avro Record Set Writer:

Am I configuring the schema access wrongly?
Also, where can I get the correct URL for configuring the HWSchemaRegistry controller service? Is it the same link that I see in the Schema Registry UI?
Thanks,
Rosa