Hi everyone,
I'm using HDF and have:
- successfully created a schema (page_view) through the Schema Registry UI;
- created a Kafka topic named page_views.
I'd like to understand how do I now associate this schema to the topic.
The intention is to now create a SAM application with that Kafka topic as the source. When setting up the Kafka source component on the SAM application, the UI isn't able to get the associated schema from Schema Registry (screenshot attached).
This is how the topic was created:
/usr/hdf/current/kafka-broker/bin/kafka-topics.sh --create --zookeeper sandbox-hdf.hortonworks.com:2181 --replication-factor 1 --partitions 3 --topic page_views
I've also set the registry.url parameter under SAM's section on Ambari to http://sandbox-hdf.hortonworks.com:7788/api/v1
Any help would greatly appreciated!