Runtime considerations for Fabric Mirror Writer
If Striim is running in Microsoft Windows, follow the instructions in Configuring Microsoft Windows to run Parquet Formatter.
In this release, Microsoft Entra Password authentication will fail if multi-factor authentication is enabled. To work around that limitation, use Microsoft Entra Service Principal authentication instead.
In this release, tables with binary or varbinary values equal to or greater than 64KB cannot be read from Azure SQL Database.
When a primary key is updated in a CDC source:
If the source table's primary key is updated, or composite keys are updated, and none of those fields is referenced by a KeyColumns clause in Fabric Mirror Writer's Tables property, the update is processed as a single update event in Fabric. (For more information, see Defining relations between source and target using ColumnMap and KeyColumns.)
Otherwise, the update is processed as two events in Fabric, a delete followed by an insert.
Do not write to the same table with multiple Fabric Mirror Writers. You may use multiple Fabric Mirror Writers to write to the same mirror database so long as two writers never write to the same table.
A reader that is a source for Fabric Mirror Writer must not have Compression set to True.
Known issue DEV-49592: if file lineage is enabled (see Enabling file lineage), recovery may fail.