Created 02-06-2019 05:47 PM
I am trying to follow the steps at https://docs.hortonworks.com/HDPDocuments/HDF3/HDF-3.0.0/bk_getting-started-with-stream-analytics/co...
by creating a new kafka topic, then adding a new schema in the SchemaRegistry. However, when I try to add a new schema (following the instructions on the page) I get the following error when I click on Save in Schema Registry:
An exception was thrown while processing request with message: [SchemaMetadata not found with the schemaName: raw-truck_events_avro]
I am a newbie with this tool - so I don't know where to look next to see what is causing this error.
Your help is greatly appreciated!
Created 02-07-2019 10:22 AM
Are your schema Name and topic name Same(literally)?
Created 02-07-2019 10:22 AM
Are your schema Name and topic name Same(literally)?
Created 02-07-2019 03:50 PM
I had to go into Postgres and delete my first attempt from schema_version_info - and that was apparently blocking all additional schemas from being added (and causing the UI to hang).
I just tried with the name in schema registry and the "name" in the schema matching the topic name - and it worked!