Open derek1ee opened 4 hours ago
@derek1ee this is currently intended behavior to not explicitly link the two views to provide flexibility across connections/environments, but I'm interested in your thoughts here: if you're working with a schema listing in one (CCloud) environment and want to look at messages in another environment, what is the expected behavior? Switch away from the currently-focused Schema Registry in the Schemas view? Or is this only when there is no currently selected Schema Registry in the Schemas view?
if you're working with a schema listing in one (CCloud) environment and want to look at messages in another environment, what is the expected behavior?
I can see that allowing users to "override / change" the SR after we automatically select one based on topic selection. But I'm also curious what's the use case / whether this is something people actually need to do (e.g. why wouldn't you just upload the schema to that other environment?)
Actual: Schema registry remains unselected.
Expected: The corresponding schema registry in the same environment of the selected topic should be selected. (Basically SR selection should be coupled to topic selection)