Masking Data of type Date doesn’t work with Debezium SQL Server Source Connector
I’m trying to mask the “c_birthday” column in table “staff” with data type ‘DATE’ and “quantity” column of type ‘BIGINT’ in table “orders” of SQL Server. When checking the message in Kafka topics, I found neither “c_birthday” nor “quantity” are masked. Did I miss something ?