tet123/debezium-core
jchipmunk b0feaf496a DBZ-633 Adding "field.blacklist" property for MongoDB connector
The "field.blacklist" configuration property is an optional comma-separated list of the fully-qualified names of fields that should be excluded from change event message values. Fully-qualified names for fields are of the form "databaseName.collectionName.fieldName.nestedFieldName", where "databaseName" and "collectionName" may contain the wildcard (*) which matches any characters.

Although the "field.blacklist" configuration property allows you to remove fields from the event values, the "_id" field is always included in the event’s key.
2018-09-14 12:54:11 +02:00
..
src DBZ-633 Adding "field.blacklist" property for MongoDB connector 2018-09-14 12:54:11 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2018-07-26 08:00:12 +00:00