Skip to content

Commit a052d2c

Browse files
fix: update description for schema topic replication in shadowing configuration
1 parent ae33df5 commit a052d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/pages/shadowlinks/details/config/configuration-shadowing.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ const SchemaRegistrySection = ({ isEnabled }: { isEnabled: boolean }) => (
174174
</CardHeader>
175175
<CardContent className="flex flex-row justify-between">
176176
<Text className="mt-2 text-muted-foreground text-sm">
177-
The _schemas topic is being replicated byte-for-byte from the source cluster.
177+
Replicate the source cluster's _schema topic, which replaces the shadow cluster's Schema Registry.
178178
</Text>
179179
<Badge testId="schema-registry-status-badge" variant={isEnabled ? 'green' : 'gray'}>
180180
{isEnabled ? 'Enabled' : 'Disabled'}

0 commit comments

Comments
 (0)