You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: connect-file-pulse-filters/src/main/java/io/streamthoughts/kafka/connect/filepulse/config/ExcludeFieldsMatchingPatternConfig.java
privatestaticfinalStringEXCLUDE_FIELDS_REGEX_CONFIG_DOC = "Regexp pattern applied to a field value to determine if the fields should be propagated or not.";
@@ -31,7 +31,7 @@ public class ExcludeFieldsMatchingPatternsConfig extends CommonFilterConfig {
31
31
32
32
privatestaticfinalStringEXCLUDE_FIELDS_BLOCK_FIELD_CONFIG_DOC = "If true, omits propagating the field downstream. Otherwise, propagates the field with a null value";
Copy file name to clipboardExpand all lines: connect-file-pulse-filters/src/main/java/io/streamthoughts/kafka/connect/filepulse/filter/ExcludeFieldsMatchingPatternFilter.java
Copy file name to clipboardExpand all lines: connect-file-pulse-filters/src/test/java/io/streamthoughts/kafka/connect/filepulse/filter/ExcludeFieldsMatchingPatternFilterTest.java
0 commit comments