Schema Registry UI
Schema Registry API
You can access the Schema Registry API Swagger documentation directly from the UI.
To do this, append your URL with: /swagger/
/swagger/
For example: https://localhost:7790/swagger/
https://localhost:7790/swagger/
Java Client
You can review the following GitHub repositories for examples of how to interact with the Schema Registry Java Client:
https://github.com/georgevetticaden/cdf-ref-app/blob/master/csp-trucking-schema/src/main/java/cloudera/cdf/csp/schema/refapp/trucking/schemaregistry/TruckSchemaRegistryLoader.java#L62
https://github.com/hortonworks/registry/blob/0.9.0/examples/schema-registry/avro/src/main/java/com/hortonworks/registries/schemaregistry/examples/avro/SampleSchemaRegistryClientApp.java
Kafka Serdes
See the following example of using the Schema Registry Kafka Serdes:
https://github.com/hortonworks/registry/blob/0.9.0/examples/schema-registry/avro/src/main/java/com/hortonworks/registries/schemaregistry/examples/avro/KafkaAvroSerDesApp.java
What kind of feedback do you have?