flink sql CREATE TABLE kafka sink????????checkpoint????????????sql 
sink????????????????????exactly-once?????????? ??
??????????
Consistency guarantees: By default, a Kafka sink ingests data with 
at-least-once guarantees into a Kafka topic if the query is executed with 
checkpointing enabled.??  
CREATE TABLE ?????? at-least-once

回复