开源数据传输组件 DTLE 3.20.08.0 已于今日发布。
#一、DTLE 项目介绍
爱可生开源社区的 DTLE ,自开源起一直定位于一款针对 MySQL 使用特点、支持多种使用场景的数据传输组件,希望能够解决当前 MySQL 应用中保障数据传输质量、能够适配复杂场景、提供多样功能的问题。
版本库:https://github.com/actiontech/dtle
文档:https://actiontech.github.io/dtle-docs-cn/
发布信息:https://github.com/actiontech/dtle/releases
Tips:建议下载最新的 Releases 版本. RH/Centos 等下载 rpm 安装包, 一般linux下载 tar 包, 或使用 docker 运行。
Major changes have been made. Now dtle works as a plugin of nomad.
进行了重大更改。现在 DTLE 作为 nomad(https://www.nomadproject.io)的插件。
Code optimization and refactoring – 优化、重构代码 Adapting to latest nomad – 适配最新的 nomad Reduced memory consumption – 降低内存消耗Improved Kafka ouput performance – 提升 Kafka 输出性能Reorganized logs and error message – 重整日志和报错信息Fixed some bugs – 修复部分bug NatsAddr might be empty sometime – NatsAddr有时为空Progress is updated before real execution – 进度被提前更新Kafka might report “unknown table structure” – Kafka报错"unknown table structure"Kafka might send the same data repeatedly – Kafka重复发送相同消息 Management – 管理机制更新 Using consul for building up a cluster – 使用consul来自动搭建集群Using consul for saving meta data – 使用consul保存Jobs are identified by name instead of random UUID – job标识符从随机UUID改为自定义名称Use HCL for job specification – 可使用 HCL 格式(https://github.com/hashicorp/hcl) job配置Json job (new format) and HTTP API is also supported – json格式依然被支持(新内容格式)Compatibility layer for old HTTP API – 提供兼容层, 可使用老API和job json使用 rpm 安装或者 docker
docker pull consul:latest && docker pull actiontech/dtle:3.20.08.0想了解更多请看相关文档:https://actiontech.github.io/dtle-docs-cn/
