kafka-ui icon indicating copy to clipboard operation
kafka-ui copied to clipboard

Add "Schema link" for expanded Message's Key and Content

Open armenuikafka opened this issue 2 years ago • 1 comments

Describe the bug

Add "Schema link" for expanded Message's Key and Content

Set up https://www.kafka-ui.provectus.io/

Steps to Reproduce

Steps to reproduce the behavior:

  1. Navigate to Topics
  2. Open the Topic
  3. Expand the Message

Expected behavior Should be available schema link for Key and Content

Screenshots schema link

armenuikafka avatar Sep 08 '22 03:09 armenuikafka

Good idea! Since the UI already have the schema-version loaded for displaying the content, it should be easy to display some schema meta.

I would propose to not use the "Schema link" term, but instead use something like: "Schema: subject version: 1"

  • Displaying the subject name will save many clicks.
  • Since the schema registry UI does not currently have a URL to the version, we would have to state the version in plain text.

th0ger avatar Sep 14 '22 08:09 th0ger