Add Replicat for Microsoft Fabric Eventstream

Learn to add a Replicat for Microsoft Fabric Eventstream.

Before you add and run a Replicat, ensure that you review details specific to this target type.

  1. In the OCI GoldenGate deployment console navigation menu, select Replicat.

  2. On the Replicat page, select Add Replicat.

  3. In the Add Replicat panel, on the Replicat Information page, complete the fields as needed, and then select Next:

    • Select a Replicat Type, select Classic Replicat.

    • Enter a Process Name, no more than 5 characters long.

    • Enter a Description, to help distinguish this process from others.

  4. On the Replicat Options page, complete the fields as needed, and then select Next:

    • Replicat Trail:

      • Enter a Name.

      • Enter a Subdirectory, if you expect the Trail file to be in a location other than the default.

      • Select an Encryption profile. If an encryption profile wasn't created, the Local Wallet is selected by default.

      • For Begin, select the starting point for data processing:

        • Position in Log (default)

        • Now

        • Custom Time

    • Trail Position:

      • Enter the Sequence Number.

      • Enter the RBA Offset.

      • Select Kafka from the Target dropdown.

      • Enable Kafka Connect (optional).

    • Target Credentials:

      • Select a Domain.

      • Select an Alias within the specified Domain.

      • Select a Checkpoint Table. Leave the default selection or select the Checkpoint table you created for the target deployment.

      • Select the Max Threads Number (Coordinated Replicats only).

  5. On the Managed Options page, complete the optional fields as needed, and then select Next:

    • Select a Profile Name, if one is available.

    • Enable Critical to deployment health.

    • Enable and configure Auto Start settings.

  6. On the Parameter File page, you can add parameters to further configure your Replicat. For example:

    table source.table1;

    Note:

    GoldenGate uses Greenwich Mean Time (GMT) by default. Use SETENV to override the default setting for the Replicat. This change doesn’t apply to deployments. For example:

    setenv (TZ="US/Eastern")
    setenv (TZ="GMT+5")
  7. On the Properties File page, provide a topic name in topicMappingTemplate. Topic name can be a static name or a Template Keywords for a dynamic topic name. If the topic is not present, it will be auto-created by OCI GoldenGate.

  8. Select Create and Run. If you select Create, then you can manually start the Replicat later from the Replicats page.