diff --git a/README.md b/README.md index 703a96e..df8b23d 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ If the operation did not modify the `v` column, the data event will contain the See `UPDATE` example for full data change event's value. #### ScyllaExtractNewState transformer -Connector provides one single message transformation (SMT), `ScyllaExtractNewState` (class: `com.scylladb.cdc.debezium.connector.transforms.ScyllaExtractNewState`). +Connector provides one single message transformation (SMT), `ScyllaExtractNewState` (class: `com.scylladb.cdc.debezium.connector.transforms.ScyllaExtractNewRecordState`). This SMT works like exactly like `io.debezium.transforms.ExtractNewRecordState` (in fact it is called underneath), but also flattens structure by extracting values from aforementioned single-field structures. Such transformation makes message structure simpler (and easier to use with e.g. Elasticsearch), but it makes it impossible to differentiate between NULL value and non-modification. If the message is as following: