upsert operate and i get two delta message from kafka,first is insert ,second is delete,message order is wrong? #42571
Unanswered
wnh5
asked this question in
Q&A and General discussion
Replies: 2 comments
-
The order doesn't matter. The upsert operation has a timestamp, the insert message tells datanode to insert the data after this timestamp, the delete message tells datanode to delete the pk before this timestamp. |
Beta Was this translation helpful? Give feedback.
0 replies
-
They should be always consumed in a single pack |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i set mq.type=kafka
upsert a record in milvus
but i get two delta message from kafka,first is insert and second is delete,is message order wrong?
Beta Was this translation helpful? Give feedback.
All reactions