Important
You are viewing documentation for an older version of Confluent Platform. For the latest, click here.
MaskField¶
Description¶
Mask specified fields with a valid null value for the field type (i.e. 0, false, empty string, and so on).
Use the concrete transformation type designed for the record key (org.apache.kafka.connect.transforms.MaskField$Key
) or value (org.apache.kafka.connect.transforms.MaskField$Value
).
Properties¶
Name | Description | Type | Default | Valid Values | Importance |
---|---|---|---|---|---|
fields |
Names of fields to mask. | list | non-empty list | high |