We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae33df5 commit a052d2cCopy full SHA for a052d2c
frontend/src/components/pages/shadowlinks/details/config/configuration-shadowing.tsx
@@ -174,7 +174,7 @@ const SchemaRegistrySection = ({ isEnabled }: { isEnabled: boolean }) => (
174
</CardHeader>
175
<CardContent className="flex flex-row justify-between">
176
<Text className="mt-2 text-muted-foreground text-sm">
177
- The _schemas topic is being replicated byte-for-byte from the source cluster.
+ Replicate the source cluster's _schema topic, which replaces the shadow cluster's Schema Registry.
178
</Text>
179
<Badge testId="schema-registry-status-badge" variant={isEnabled ? 'green' : 'gray'}>
180
{isEnabled ? 'Enabled' : 'Disabled'}
0 commit comments