Skip to content

Releases: zilliztech/milvus-cdc

Release v1.0.0

20 Mar 02:58
Compare
Choose a tag to compare

Milvus CDC (Change Data Capture) v1.0.0

Mar. 20, 2024

What's New

CDC stands for "Change Data Capture". The Milvus CDC tool is designed to capture changes made to upstream Milvus collections and sync (replicate) those changes to downstream Milvus instances.
This is the first release, and you can find detailed references in our GitHub repo.

FAQs

  1. Can the CDC Tool Be Used with Any Milvus Version?
    No, the Milvus CDC tool requires Milvus version 2.4.0 or above.

  2. Can the CDC Tool Fully Synchronize All Data?
    Not currently. While the tool can synchronize collection-related data and interfaces, it does not yet support synchronizing aliases, users, roles, etc. For more details on what is supported, please refer to cdc usage.

  3. How to Use the CDC Tool?
    Detailed usage documentation can be found at cdc usage.

We are thrilled to provide this powerful change data capture capability and look forward to continuously enhancing the Milvus CDC tool based on community feedback.

v0.0.1-test

16 Jun 03:39
479f4e3
Compare
Choose a tag to compare

Changelog

  • 365f83d Add the task num limit
  • 221ecc7 Fix drop action failure and null pointer issues
  • bd19d94 Fix drop partition failure and wrong max task num (#12)
  • 457e216 Fix to fail to get the collection name sometimes
  • f5196dc Merge pull request #1 from zhuwenxing/main
  • d718099 Merge pull request #2 from zhuwenxing/add_issue_template
  • 3872f98 Merge pull request #6 from zhuwenxing/add_cdc_test_main
  • 311ec3a Merge pull request #9 from SimFG/main
  • 1fda2e0 Milvus cdc server and core lib, initial commit
  • e87dcd8 ci: add issue template
  • 479f4e3 ci: add release pipeline (#13)