-
-
Notifications
You must be signed in to change notification settings - Fork 203
Description
Issue submitter TODO list
- I've searched for an already existing issues here
- I'm running a supported version of the application which is listed here and the feature is not present there
Is your proposal related to a problem?
No response
Describe the feature you're interested in
User story
As a Kafka user,
I want to be able to jump from a message to a related schema,
So that I could quickly understand the schema of a message.
Background
Given the system is configured to use Apicurio Schema Registry
And schema names follow the convention "<topic_name>-value"
Scenario 1: Successfully navigate from a message to its schema
Given I am viewing messages for the Kafka topic "deposit_transactions"
And a schema named "deposit_transactions-value" exists in the Apicurio Schema Registry
And I have selected a specific message to view its details
When I click on the "View Schema" link or button within the message details view
Then I should be navigated to the schema details page for "deposit_transactions-value"
Scenario 2: Message has no corresponding schema
Given I am viewing messages for the Kafka topic "unregistered_topic"
And no schema named "unregistered_topic-value" exists in the Apicurio Schema Registry
And I have selected a specific message to view its details
Then the "View Schema" link or button should not be displayed or should be disabled
Describe alternatives you've considered
No response
Version you're running
Additional context
No response