CaptureChangeDebeziumSQLServer 2.3.0.4.10.0.0-147

Bundle
com.cloudera | nifi-cdf-debezium-sqlserver-nar
Description
Uses Debezium to retrieve Change Data Capture (CDC) events from an SQL Server database. 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. SQL Server needs to be set up for CDC events to be available. Please refer to the Debezium documentation at https://debezium.io/documentation/reference/3.0/connectors/sqlserver.html#setting-up-sqlserver IMPORTANT: Whenever a source table is altered, an update to the setup is required. Please refer to the Debezium documentation at https://debezium.io/documentation/reference/3.0/connectors/sqlserver.html#sqlserver-schema-evolution for further details. IMPORTANT: The current version of Debezium used by this Processor may have a restriction of what versions of SQL Server it is compatible with. Please refer to the Debezium documentation for further details at https://debezium.io/releases/3.0/
Tags
cdc, change, database, debezium, mssql, sqlserver
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.