Hi,
I am using the confluent client to register Avro schemas to the hortonworks schema registy.
Should schemas registered by the confluent client show up the schema registry UI? I did not see anything around this searching on the Github repo.
For a bit more context I can query these confluent client avro schemas through the schema registry API and use them to parse avro payloads.
The version of the client: "io.confluent" % "kafka-schema-registry-client" % "5.1.0"
How I am registering: `client.register("test-enrichment-event-record", enrichmentEventRecord.getSchema)`
The version of hortonworks schema registry: 0.7.0
Thanks,
Conor
`