Skip to content

Instantly share code, notes, and snippets.

View LittleFall's full-sized avatar
😀
I love Sesame

Zhi Qi LittleFall

😀
I love Sesame
  • PingCAP
  • Shanghai
View GitHub Profile
@LittleFall
LittleFall / gist:43c5e7e106a41bdef16a53bb9d352fb1
Last active April 15, 2021 14:22
what is the simplest way to create a append-only stream to test?

Flink 1.12.2

I try to use:

create table t(
  a int,
  proc_time AS PROCTIME()
) WITH (
 'connector' = 'mysql-cdc',