Taier
Taier copied to clipboard
Taier is a big data development platform for submission, scheduling, operation and maintenance, and indicator information display
  我认为这样更加美观,请问如何实现
**bug场景描述** 
【kafka topic数据】 { "message": { "schema": "test", "opTime": 1653623501000, "before": {}, "after": { "col1": "5", "col2": "5" }, "type": "INSERT", "table": "src_test", "ts": 6935799661563351040 } } 【flinksql】 insert into sumsink...
列表分页参数问题
前端: 1. 前端所有列表切换分页,点右上角刷新或其他触发submit方法丢失了分页参数current、pageSize 2. 控制台里部分列表分页pageSize参数是前端写死的,涉及接口:getClusterList、searchTenant、getViewDetail 后端: 1. 实时任务列表接口返回的是全部列表数据,没有根据pageSize返回分页数据,涉及接口:flink/getTaskList

taier 1.10 chunjun master yarnper模式 flink lib 1.12 mysql2mysql离线同步可以提交到yarn并且同步成功 mysqlbinlog2kafka实时同步失败, json如下: { "parser": { "targetMap": { "type": 37, "sourceId": 4 }, "sourceMap": { "sourceId": 5, "collectType": 0, "rdbmsDaType": 1, "allTable":...
数据同步-向导模式,打开两个已有任务A和B,修改内容不保存,切换A和B页面会自动刷新返回到查看状态,丢掉未保存的内容 是否可以优化一下,向导模式的未保存缓存一下当前编辑内容
前端发起fetch请求没有做超时处理,后端接口1分多钟没返回,前端一直在等待,建议加上前端请求超时处理逻辑 另外http.ts文件这里response.json()可能会报错,需要catch处理一下
关闭未保存的页面时,没有任何提示,建议添加二次确认 另外打开的编辑器里,保存全部“save all”点击没有反应,是否可以加上这个功能