dtle
dtle copied to clipboard
Distributed Data Transfer Service for MySQL
## Is your feature request related to a problem? A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] ## Describe the solution you'd...
Bumps [github.com/hashicorp/nomad](https://github.com/hashicorp/nomad) from 1.1.2 to 1.1.14. Release notes Sourced from github.com/hashicorp/nomad's releases. v1.1.14 1.1.14 (May 19, 2022) SECURITY: A vulnerability was identified in the go-getter library that Nomad uses for...
Bumps [github.com/nats-io/nats-streaming-server](https://github.com/nats-io/nats-streaming-server) from 0.23.2 to 0.24.3. Release notes Sourced from github.com/nats-io/nats-streaming-server's releases. Release v0.24.3 Changelog Note that we added a deprecation notice for this project. See note here Note about...
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.7.0 to 2.7.4. Release notes Sourced from github.com/nats-io/nats-server/v2's releases. Release v2.7.4 Changelog Note about .deb/.rpm packages We use Goreleaser to build our assets, and it seems that...
## Description Oracle-MySQL 8 job: Data type CHAR(255) / CHARACTER(255) / NCHAR(255) Sync update statement failed ## Steps to reproduce the issue 1. create dtle job ```json { "job_id": "CHAR_255_COLUMNS",...
## Is your feature request related to a problem? No ## Describe the solution you'd like - oracle 11g + - oracle CDC (LogMiner) ## 开发功能 ### 增量同步 1. Logminer...
## Description ## Steps to reproduce the issue 1. create a big database SQL: 2. create MySQL-MySQL job job_json: ``` { "job_id":"mySQL", "src_task":{ "connection_config":{ "database_type":"MySQL", "host":"10.186.61.106", "port":33061, "user":"root", "password":"***QJlyoKkG3GMu8dLL1Fq7AmQittyJJabPFYwDUyG0c=" },...
Case A B 1. Prepare data on both sides ```sql create schema if not exists a592; create table a592.a (id int primary key auto_increment); insert into a592.a values (1); ```...