-
-
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 schema to its related Kafka topic,
So that I could quickly start researching messages of a topic which relates to a schema.
Background:
Given the system is configured to use Apicurio Schema Registry
And schema names follow the convention "<topic_name>-value"
Scenario: Successfully navigate from a schema to its related topic
Given I am viewing the schema details page for "deposit_transactions-value"
And a Kafka topic named "deposit_transactions" exists
When I click on the "View Topic" link or button on the schema details page
Then I should be navigated to the topic details or message browser page for "deposit_transactions"
Scenario: Schema does not follow the topic naming convention
Given I am viewing the schema details page for "some_other_schema_name"
And this schema name does not end with "-value"
Then the "View Topic" link or button should not be displayed
Describe alternatives you've considered
No response
Version you're running
Additional context
No response