hello everyone, I get a quick question about flink...
# troubleshooting
x
hello everyone, I get a quick question about flink cdc: I am now using MySQL CDC connector to sync a table to redis, only with columns I am interested in, and skip/ignore changes on other columns. I find I can use debezium confi g skip.messages.without.change combined with column.include.list (or exclude), but it seems like the skip feature is introduced in debezium 2.2 while CDC is using 1.9 to support Java 8. Does anyone have the same issue and would like to suggest me some workaruonds? Thank you in advance!