Uses of Package
com.hazelcast.jet.cdc
Package
Description
Contains source/sink connectors that deal with Change Data Capture (CDC)
events from various databases as well as a generic connector for Debezium
CDC sources.
Contains connectors for change data capture events from MySQL
databases.
Contains connectors for change data capture events from PostgreSQL
databases.
-
ClassDescriptionInformation pertaining to a single data change event (insert, delete or update), affecting a single database record.A builder to configure a CDC source that streams the change data from a Debezium-supported database to Hazelcast Jet.Describes the nature of a CDC event, mainly the type of action performed on a database record: insertion, update and deletion.Exception to indicate that parsing CDC JSON data has failed irrecoverably.Represents the top-level component of a
ChangeRecord
, such as the key or the value. -
ClassDescriptionInformation pertaining to a single data change event (insert, delete or update), affecting a single database record.
-
ClassDescriptionInformation pertaining to a single data change event (insert, delete or update), affecting a single database record.