当前位置:网站首页>Flink Sql -- toAppendStream doesn‘t support consuming update and delete changes which
Flink Sql -- toAppendStream doesn‘t support consuming update and delete changes which
2022-06-30 08:40:00 【//Continuous margin_ documentary】
stay Flink sql Test output , Want to put sql Result of query Table To DataStream And then print
When we table.toAppendStream[Row] When Found an error
Actually, this is because we sql Look up the dynamic table yes Mysql Such sources , They can do update,delete,insert Operation of the .
about toAppendStream Well Yes, only the appended stream can be converted and output such as kafka
So we use
table.toRetractStream[Row].print() that will do
The printing result is a two-part operation , The front part is boolean type , The back is yours select among true Express insert ,false Express update/delete
table.toRetractStream[Row].print() that will do
tableEnv.toRetractStream(table,EventLog.class).print();
about Table / sql turn Stream You can also see the official website for detailed explanations
Official website
边栏推荐
- Redis design and Implementation (I) | data structure & object
- Understanding society at the age of 14 - reading notes on "happiness at work"
- 技术管理进阶——管理者如何进行梯队设计及建设
- Build a docker image of Henkel database from 0
- What are the Amazon evaluation terms?
- JVM调优相关命令以及解释
- 【付费推广】常见问题合集,推荐榜单FAQ
- Qt通过Url下载文件
- 2021-02-19
- Tidb v6.0.0 (DMR): initial test of cache table - tidb Book rush
猜你喜欢
【NVMe2.0b 14-2】Create/Delete Queue
Self made GIF dynamic graph -gifcam
【NVMe2.0b 14】NVMe Admin Command Set
C accesses mongodb and performs CRUD operations
Wechat official account third-party platform development, zero foundation entry. I want to teach you
[nvme2.0b 14-8] set features (Part 2)
Wikimedia Foundation announces the first customers of its new commercial product "Wikimedia enterprise"
Flink 数据偶尔数据积压导致checkpoint失败
VIM from dislike to dependence (21) -- cross file search
Summary of common pytoch APIs
随机推荐
酒精测试仪方案:酒精测试仪是根据什么原理测酒精溶度?
将线程绑定在某个具体的CPU逻辑内核上运行
国债逆回购绝对安全吗 网上怎么开户
layer.open 当传值为数组或值太长时处理方法
[untitled]
Rendering engine development
【NVMe2.0b 14-3】Doorbell Buffer Config command、Device Self-test command
c#获取当前的时间戳
Detectron2 source code reading 3-- encapsulating dataset with mapper
Unit Test
Flink Exception -- No ExecutorFactory found to execute the application
【NVMe2.0b 14-1】Abort、Asynchronous Event Request、Capacity Management command
Flink sql -- No factory implements ‘org.apache.flink.table.delegation.ExecutorFactory‘.
What are the Amazon evaluation terms?
php api获取二维码、组合生成图片
[untitled]
【付费推广】常见问题合集,推荐榜单FAQ
1. Problems related to OpenGL window and environment configuration
[kotlin collaboration process] complete the advanced kotlin collaboration process
Flink 数据偶尔数据积压导致checkpoint失败