dromara / CloudEon

CloudEon uses Kubernetes to install and deploy open-source big data components, enabling the containerized operation of an open-source big data platform. This allows you to reduce your focus on underlying resource management and maintenance.
https://www.cloudeon.top/
Apache License 2.0
419 stars 100 forks source link

[Improve] upgrade dinky to 0.7.5. #132

Open stdnt-xiao opened 8 months ago

stdnt-xiao commented 8 months ago

升级dinky0.7.5版本能够支持更多的flink配置参数。比如: 'jdbc.properties.tinyInt1isBit' = 'false', 'jdbc.properties.transformedBitIsBoolean' = 'false', 这两个参数在数据库同步时非常重要,它能解决mysql的Bit自动转换为flink的boolean类型问题。