Skip to content

what is dml channel ? #31078

Mar 6, 2024 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

So far as I know, in 2.3, the by-dev-rootcoord-delta is removed, only by-dev-rootcoord-dml is left.
In 2.2, the delta channel is for delete() requests. In 2.3 both delete() and insert() requests are passed to dml channel.

The by-dev-replicate-msg is for this tool: https://github.com/zilliztech/milvus-cdc
Milvus-CDC is a change data capture tool for Milvus. It can capture the changes of upstream Milvus collections and sink them to downstream Milvus.
To support this tool, we created this feature: #22272
We added a replicate topic to copy the dml messages so that they can be consumed by the milvus-cdc tool: https://github.com/milvus-io/milvus/pull/27240/files
This topic doesn't affect milvus…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@wookiist
Comment options

@yhmo
Comment options

Answer selected by wookiist
@tianshihan818
Comment options

@xiaofan-luan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants