TiCDC add a test to cover the invariant between MqMessageTypeResolved
Event and other Events.
#4128
Labels
area/ticdc
Issues or PRs related to TiCDC.
type/enhancement
The issue or PR belongs to an enhancement.
Is your feature request related to a problem?
TiCDC would send
MqMessageTypeResolved
messages to the MQ sink, with protocol such asopen-protocol
,craft
, andcanal-json
.We need to find a way to guarantee the semantic of the
MqMessageTypeResolved
message:If the downstream MQ sink receive a
MqMessageTypeResolved
message withts = a
, it should be guaranteed that:all received messages should have ts less than a
no more messages with ts less than a will be received by the downstream
.Describe the feature you'd like
We have
kafka-consumer
at the moment, investigating whether it can be used to solve the problem mentioned above.Describe alternatives you've considered
No response
Teachability, Documentation, Adoption, Migration Strategy
No response
The text was updated successfully, but these errors were encountered: