CDC Inbound Endpoint Overview¶
The CDC inbound protocol is used to perform Change Data Capture in MI. The changes happening to any external database can be listened to using the CDC inbound endpoint. The CDC protocol uses Debezium to connect with the databases and capture the events. The protocol itself outputs the event via a sequence through the Inbound Endpoint. Currently, CDC Inbound Endpoint supports MySQL, SQL Server, PostgreSQL, Oracle, and DB2 databases. You need to place the client JARs required for your CDC inside the Micro Integrator to use this inbound endpoint.
To see the CDC Inbound Endpoint, navigate to the connector store and search for CDC
. CDC (Inbound) is the name of the connector that has this functionality.
Compatibility¶
Connector Version | Supported product versions |
---|---|
1.1.0 | MI 4.3.0, MI 4.2.0 |
CDC inbound endpoint¶
-
CDC Inbound Endpoint Example: In this example, you will learn how to configure CDC Inbound Endpoint so that it can listen to data changes done to a MySQL table.
-
CDC Inbound Endpoint Reference: This documentation provides a reference guide for the CDC Inbound Endpoint.