| Package | Description | 
|---|---|
| com.hazelcast.jet.cdc | 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. | 
| com.hazelcast.jet.cdc.mysql | Contains connectors for change data capture events from MySQL
 databases. | 
| com.hazelcast.jet.cdc.postgres | Contains connectors for change data capture events from PostgreSQL
 databases. | 
| Class and Description | 
|---|
| ChangeRecord Information pertaining to a single data change event (insert, delete or
 update), affecting a single database record. | 
| DebeziumCdcSources.Builder A builder to configure a CDC source that streams the change data from
 a Debezium-supported database to Hazelcast Jet. | 
| Operation Describes the nature of a CDC event, mainly the type of action performed
 on a database record: insertion, update and deletion. | 
| ParsingException Exception to indicate that parsing CDC JSON data has failed irrecoverably. | 
| RecordPart Represents the top-level component of a  ChangeRecord, such as
 the key or the value. | 
| Class and Description | 
|---|
| ChangeRecord Information pertaining to a single data change event (insert, delete or
 update), affecting a single database record. | 
| Class and Description | 
|---|
| ChangeRecord Information pertaining to a single data change event (insert, delete or
 update), affecting a single database record. | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.