dberardo commented on issue #1082:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1082#issuecomment-790600182


   i prefer to do chaining at first since i am not a Java developer, later can 
opt for more reusable approaches.
   
   i have tried a simple MaskField transform and i get the same error as i had 
before with the InsertValue transform:
   
   
![image](https://user-images.githubusercontent.com/10696700/109967478-c6405700-7cf1-11eb-94be-3dd722065d4d.png)
   
   The connector was working fine before, i have just added this 3 linesÖ
   
   ´
   "transforms": "MaskField",
   "transforms.MaskField.type": 
"org.apache.kafka.connect.transforms.MaskField$Value",
   "transforms.MaskField.fields": "string_field"
   ´
   
   as suggested in here: 
https://docs.confluent.io/platform/current/connect/transforms/maskfield.html


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to