Github user mattyb149 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1690#discussion_r113187780
--- Diff:
nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/src/main/java/org/apache/nifi/cdc/mysql/processors/CaptureChangeMySQL.java
---
@@ -263,6 +263,17 @@
.addValidator(StandardValidators.BOOLEAN_VALIDATOR)
.build();
+ public static final PropertyDescriptor INCLUDE_SCHEMA_CHANGES = new
PropertyDescriptor.Builder()
+ .name("capture-change-mysql-include-schema-changes")
+ .displayName("Include Schema Change Events")
+ .description("Specifies whether to emit events corresponding
to a schema change event (ALTER TABLE, e.g.) in the binary log. Set to true if
the schema change events are "
+ + "desired/necessary in the downstream flow, otherwise
set to false, which suppresses generation of these events and can increase flow
performance.")
--- End diff --
Yes please and thank you!
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---