Skip to content

TiKV-CDC v1.1.0

Compare
Choose a tag to compare
@zeminzhou zeminzhou released this 05 Dec 06:35
5662608

Key features & improvements

  1. Support replicating data with TLS enabled TiKV clusters of both upstream and downstream. See User Guide.
  2. Support replication for existing TiKV clusters with data more than 900GB.
  3. Support deploying more than 20 changefeeds at the same time.
  4. Support specifying key range when deploying changefeed.
  5. Polish flow control to avoid Out-Of-Memory.
  6. Improve code coverage of unit tests and integration tests.

What's Changed