I am using flink sql reading data from mysql write to postgresql. here is a example code.
[下午 2:26] insert into sink1 from select a,count(1) from source group by a;
[下午 2:27] But my postgresql version is 9.4 which does not support upsert. And this job get exception about this support. How can I do to work fine