CaptureChangeDebeziumDB2 2.3.0.4.10.0.0-147

Bundle
com.cloudera | nifi-cdf-debezium-db2-nar
Description
Uses Debezium to retrieve Change Data Capture (CDC) events from an DB2 server. 'Capture mode' should be enabled for tables for witch events are to be captured. Debezium documentation describes a way of achieving it at https://debezium.io/documentation/reference/3.0/connectors/db2.html#setting-up-db2. A FlowFile will contain events that are accumulated since the last run. If no new events are captured no FlowFile is created. All events are ordered by the time at which the operation occurred. DB2 needs to be set up for CDC events to be available. Please refer to th Debezium documentation at https://debezium.io/documentation/reference/3.0/connectors/db2.html#setting-up-db2 for further details. IMPORTANT: Schema change events are not supported for DB2 by the current version of Debezium used by this Processor. IMPORTANT: The current version of Debezium used by this Processor may have a restriction of what versions of DB2 and its drivers it is compatible with. Please refer to the Debezium documentation for further details at https://debezium.io/releases/3.0/
Tags
cdc, change, database, db2, debezium
Input Requirement
FORBIDDEN
Supports Sensitive Dynamic Properties
false
Properties
Dynamic Properties
State Management
Scopes Description
CLUSTER Event offset data and database schema history needs to be kept and stored between runs.
System Resource Considerations
Resource Description
MEMORY A high volume of database changes may lead to large amount of memory consumption as the change events are asynchronously collected and held back until processed. Reducing the Scheduling Period may help to avoid this.
Relationships
Name Description
success Successfully created FlowFile with Debezium change events.