redpanda-data / redpanda-data/console
Referenced schema not shown after a click on its link
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 4.3k
- Forks
- 432
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 40
Description
When I go to Schema Registry subpage and choose a schema, e.g.,
{
"type": "record",
"name": "car",
"fields": [
...,
{
"name": "owner",
"type": "io.example.Human"
}
]
}
I am viewing it at http://localhost:6088/schema-registry/subjects/io.example.Car?version=latest and correctly see the referenced schema io.example.Human in the References section. However, if I click on the link that is supposed to take me to io.example.Human, nothing happens, unless I change the version in
http://localhost:6088/schema-registry/subjects/io.example.Human?version=1
to
http://localhost:6088/schema-registry/subjects/io.example.Human?version=latest.
Human is explicitly defined to have version 1.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the Schema Registry subject page shown in the issue and reproduce the navigation from io.example.Car to the referenced io.example.Human schema. Compare the linked URL using version=1 with the working version=latest URL, then trace the reference link entry point. Done means clicking a referenced schema opens its subject page with the correct version without manual URL changes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kafka, react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100