hi, I am working with debezium in development and using debezium connector to stream changes from mysql table to kafka topic. I need some help. I have a table t with columns c1, c2, c3, c4. For my usecase, need is to send c1+c2 String value as kafka key and whole record as avro record. Can anyone help me implement this using debezium connector ?