JSON Schema references #868
Labels
status/triage/completed
Automatic triage completed
status/triage/manual
Manual triage in progress
type/feature
A brand new feature
Issue submitter TODO list
Is your proposal related to a problem?
Hi,
I have a Kafka-Registry instance that I can manage with Kafbat. I have multiple schemas, and I want to create references from one another. As stated in the Confluent Kafka Registry documentation, a JSON Schema reference ($ref) should be a URL pointing to the referenced schema base URI.
Because of #476, we cannot use IDs to reference other schemas. This leads us with the retrieval URI, which is not documented anywhere. Also, it seems that when we enter a JSON Schema, only "schema" part can be modified from the UI, not the "reference" part. I could send HTTP requests to the Kafka Registry API and add these references, but that's just not practical at all.
So how I am supposed to reference another schema in the same (or another) registry from the UI? There is another similar issue but it lacks context: #49. Maybe I've misundersand how Kafka Schema Registry works, I've already used JSON Schema quite a lot, but I can't figure how to do this basic thing.
Thanks!
Describe the feature you're interested in
Add a way to manage (list, add, remove) JSON Schema references from the UI.
Describe alternatives you've considered
No response
Version you're running
latest (4cf17a0 v1.1.0)
Additional context
Here's my Docker compose file:
The text was updated successfully, but these errors were encountered: