CaptureChangeDebeziumMySQL 2.3.0.4.10.0.0-147

Bundle
com.cloudera | nifi-cdf-debezium-mysql-nar
Description
Uses Debezium to retrieve Change Data Capture (CDC) events from a MySQL database. Binary logging needs to be enabled in the database for this to work. 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.
Tags
cdc, change, database, debezium, mysql
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.