Kafka - Connect
Consider this configuration snippet:
What will happen to the 'password' field in the record value?
transforms=MaskField
transforms.MaskField.type=org.apache.kafka.connect.transforms.MaskField$Value
transforms.MaskField.fields=passwordWhat will happen to the 'password' field in the record value?
