Add Extract for Microsoft Fabric Eventstream
Follow the instructions to add Microsoft Fabric Eventstream sources.
Before you begin
Ensure that you:
-
Create a credential in the Big Data deployment console:
-
Launch the Big Data deployment console from the deployment details page, and then log in.
-
In the left navigation menu of the Administration Service, select DB Connections.
-
On the DB Connections page, select Add Credential (plus icon).
-
Enter the following details in the fields provided, and then select Submit:
-
For Credential Domain, enter
OracleGoldenGate. -
For Credential Alias, enter
kafka. -
For User ID: enter
kafka:// -
For Password, enter a password.
-
For Verify Password, enter the password again.
-
-
Add the Extract
-
In the OCI GoldenGate deployment console navigation menu, select Extracts.
-
On the Extracts page, select Add Extract.
-
In the Add Extract panel, on the Extract Information page, complete the following fields as needed, and then select Next:
-
Enter a Process Name, no more than 8 characters long.
-
Enter a Description (optional) to help you distinguish this process from others.
-
Select a Source from the dropdown.
-
-
On the Extract Options page, complete the following fields as needed, and then select Next:
-
For Extract Trail:
-
Enter a Name for the Extract process.
-
Enter a Subdirectory name to set a custom location for the generated Trail file.
-
Enter Trail Sequence to set the starting number for Trail files.
-
Enter a Trail Size to set the max size for the generated trail file.
-
Select an Encryption Profile. The Local Wallet profile is selected by default if an encryption profile wasn't created.
-
Select an Encryption Algorithm:
-
NONE
-
AES256
-
AES192
-
AES128
-
-
-
For Source Credentials, select the:
-
Domain
-
Alias
-
When/where to Begin
-
-
-
On the Managed Options page, complete the following optional fields as needed, and then select Next:
-
Profile Name
-
Critical to deployment health
-
Auto Start
-
Auto Restart
Note: Adding a profile and configuring Auto Start and Auto Restart options enables your deployment to restart automatically after a network disruption. See Configure managed processes to learn more.
-
-
On the Parameter file page, update the following:
-
Update
SOURCEDB USERIDALIAStoSOURCEDB USERIDALIAS kafka DOMAIN OracleGoldenGate -
Leave the table mapping as is (
TABLE source.*;), to listen to all topics in the given bootstrap server. To capture from a designated topic, change the mapping toTABLE source.<topic-name>;where<topic-name>is the name of the topic to capture from.Note: The Extract mapping format is
Table SourceSchema.Table. In Kafka, there are no source schemas/tables. OCI GoldenGate writes the first part (“source” in above step) as the schema name and the second part as table name to trail file. This way, you can replicate the captured kafka message into other GoldenGate supported targets.
-
-
Select Create and Run to create and start the Extract. If you select Create, then you can manually start the Extract later from the Extracts page.