redpanda-data / redpanda-data/console

Referenced schema not shown after a click on its link

Open
#1,388 5 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.